Add Prowlarr to separate network in order to prevent clashes with WSL host
This commit is contained in:
parent
df9f34e3b0
commit
683de18973
@ -5,6 +5,11 @@ services:
|
|||||||
container_name: prowlarr
|
container_name: prowlarr
|
||||||
volumes:
|
volumes:
|
||||||
- <docker directory>/prowlarr/config:/config
|
- <docker directory>/prowlarr/config:/config
|
||||||
|
networks:
|
||||||
|
- usenet
|
||||||
ports:
|
ports:
|
||||||
- 9696:9696
|
- 9696:9696
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
networks:
|
||||||
|
usenet:
|
||||||
|
external: true
|
Loading…
Reference in New Issue
Block a user