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:
Robin Flikkema 2022-11-10 19:53:04 +01:00 committed by GitHub
parent d52fa9dbbc
commit 54f354b8b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: