Add Sonarr to separate network in order to prevent clashes with WSL host
This commit is contained in:
parent
090f193af5
commit
a49a160c51
@ -6,6 +6,11 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- <docker directory>/sonarr/config:/config
|
- <docker directory>/sonarr/config:/config
|
||||||
- <data drive>:/data
|
- <data drive>:/data
|
||||||
|
networks:
|
||||||
|
- usenet
|
||||||
ports:
|
ports:
|
||||||
- 8989:8989
|
- 8989:8989
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
networks:
|
||||||
|
usenet:
|
||||||
|
external: true
|
Loading…
Reference in New Issue
Block a user