Skip to content

Commit 7155fb2

Browse files
Expose NZBGet web UI port through Gluetun.
Publish 6789 on the VPN sidecar network so nzbget-vpn is reachable from the host. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 58320b4 commit 7155fb2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ services:
219219
- "8080:8080"
220220
- "42069:42069"
221221
- "42069:42069/udp"
222+
- "6789:6789"
222223
volumes:
223224
- ${OPENVPN_CONFIG_DIR:-./deploy/vpn}:/gluetun:ro
224225
healthcheck:

0 commit comments

Comments
 (0)