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