Mise à jour de 'deluge/docker-compose.yml'
This commit is contained in:
parent
a3f8e02aae
commit
f6eb92f87a
|
|
@ -15,4 +15,14 @@ services:
|
|||
- 8112:8112
|
||||
- 6881:6881
|
||||
- 6881:6881/udp
|
||||
restart: unless-stopped
|
||||
restart: unless-stopped
|
||||
|
||||
storm:
|
||||
image: ghcr.io/relvacode/storm
|
||||
container_name: storm
|
||||
environment:
|
||||
DELUGE_RPC_HOSTNAME: deluge
|
||||
DELUGE_RPC_USERNAME: $DELUGE_USER
|
||||
DELUGE_RPC_PASSWORD: $DELUGE_PASS
|
||||
ports:
|
||||
- 8221:8221
|
||||
Loading…
Reference in a new issue