open udp port

This commit is contained in:
Yax 2020-07-07 20:48:44 +02:00
parent b11e8bf0e7
commit acb3a940d2

View file

@ -13,7 +13,8 @@ services:
expose: expose:
- 8112 - 8112
ports: ports:
- ${DELUGE_TORRENT_PORT}:${DELUGE_TORRENT_PORT} - ${DELUGE_TORRENT_PORT}:${DELUGE_TORRENT_PORT}/tcp
- ${DELUGE_TORRENT_PORT}:${DELUGE_TORRENT_PORT}/udp
volumes: volumes:
- deluge_config:/config:rw - deluge_config:/config:rw
- deluge_downloads:/downloads:rw - deluge_downloads:/downloads:rw