open udp port
This commit is contained in:
parent
b11e8bf0e7
commit
acb3a940d2
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ services:
|
|||
expose:
|
||||
- 8112
|
||||
ports:
|
||||
- ${DELUGE_TORRENT_PORT}:${DELUGE_TORRENT_PORT}
|
||||
- ${DELUGE_TORRENT_PORT}:${DELUGE_TORRENT_PORT}/tcp
|
||||
- ${DELUGE_TORRENT_PORT}:${DELUGE_TORRENT_PORT}/udp
|
||||
volumes:
|
||||
- deluge_config:/config:rw
|
||||
- deluge_downloads:/downloads:rw
|
||||
|
|
Loading…
Add table
Reference in a new issue