Add missing port mappings to Deluge container
This commit is contained in:
parent
46161aab01
commit
8f53b12699
|
@ -47,6 +47,8 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "8112:8112"
|
- "8112:8112"
|
||||||
- "58846:58846"
|
- "58846:58846"
|
||||||
|
- "53160:53160"
|
||||||
|
- "53160:53160/udp"
|
||||||
volumes:
|
volumes:
|
||||||
- torrents:/torrents
|
- torrents:/torrents
|
||||||
- config:/config
|
- config:/config
|
||||||
|
|
Loading…
Reference in New Issue