Mise à jour de 'deluge/docker-compose.yml'

This commit is contained in:
TheThomaas 2024-04-01 20:08:22 +00:00
parent a3f8e02aae
commit f6eb92f87a

View file

@ -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