Fixing Prolarr via VPN
This is a fix for the error mentioned on commit bf1cd77931
Error response from daemon: conflicting options: port publishing and the container type network mode
This commit is contained in:
parent
d52fa9dbbc
commit
54f354b8b6
@ -47,6 +47,8 @@ services:
|
|||||||
- 5080:5080
|
- 5080:5080
|
||||||
- 6881:6881
|
- 6881:6881
|
||||||
- 6881:6881/udp
|
- 6881:6881/udp
|
||||||
|
# prowlarr ports
|
||||||
|
- 9696:9696
|
||||||
# Transmission ports. Uncomment below if Transmission is used with VPN
|
# Transmission ports. Uncomment below if Transmission is used with VPN
|
||||||
# - 9091:9091
|
# - 9091:9091
|
||||||
# - 51413:51413
|
# - 51413:51413
|
||||||
@ -171,8 +173,9 @@ services:
|
|||||||
- TZ=UTC
|
- TZ=UTC
|
||||||
volumes:
|
volumes:
|
||||||
- prowlarr-config:/config
|
- prowlarr-config:/config
|
||||||
ports:
|
## Uncomment below ports if VPN is disabled.
|
||||||
- 9696:9696
|
# ports:
|
||||||
|
# - 9696:9696
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
jellyfin:
|
jellyfin:
|
||||||
|
Loading…
Reference in New Issue
Block a user