Mise à jour de 'deluge/docker-compose.yml'
This commit is contained in:
parent
a3f8e02aae
commit
f6eb92f87a
|
|
@ -16,3 +16,13 @@ services:
|
||||||
- 6881:6881
|
- 6881:6881
|
||||||
- 6881:6881/udp
|
- 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