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
|
||||
- 6881:6881
|
||||
- 6881:6881/udp
|
||||
# prowlarr ports
|
||||
- 9696:9696
|
||||
# Transmission ports. Uncomment below if Transmission is used with VPN
|
||||
# - 9091:9091
|
||||
# - 51413:51413
|
||||
@ -171,8 +173,9 @@ services:
|
||||
- TZ=UTC
|
||||
volumes:
|
||||
- prowlarr-config:/config
|
||||
ports:
|
||||
- 9696:9696
|
||||
## Uncomment below ports if VPN is disabled.
|
||||
# ports:
|
||||
# - 9696:9696
|
||||
restart: unless-stopped
|
||||
|
||||
jellyfin:
|
||||
|
Loading…
Reference in New Issue
Block a user