network segment and inbound port

This commit is contained in:
tolerryan
2025-03-02 23:15:51 -06:00
parent c53561e243
commit d8115f6172
3 changed files with 125 additions and 3 deletions

View File

@@ -22,8 +22,8 @@ services:
- "8388:8388/tcp" # Gluetun Local Network Shadowsocks
- "8388:8388/udp" # Gluetun Local Network Shadowsocks
- "8200:8200" # WebUI Portal: qBittorrent
- "${QBIT_PORT_TCP:?err}:44172/tcp" # Transmission Torrent Port TCP
- "${QBIT_PORT_UDP:?err}:44172/udp" # Transmission Torrent Port UDP
- "${QBIT_PORT_TCP:?err}:19841/tcp" # Transmission Torrent Port TCP
- "${QBIT_PORT_UDP:?err}:19841/udp" # Transmission Torrent Port UDP
env_file:
- ./docker-compose.env
volumes: