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