mirror of
https://gitea.zaclys.com/yannic/selfhosting.git
synced 2026-04-26 01:00:41 +02:00
open udp port
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user