removed qbittorrent port

This commit is contained in:
zino
2022-10-28 17:26:50 +02:00
parent c22bed396a
commit eaf47cada1

View File

@@ -23,7 +23,6 @@ services:
- 8112:8112 # deluge web gui
- 6881:6881
- 6881:6881/udp
- 8088:8088 # qbittorrent web gui
deluge:
# zip files after completion:
# Plugins -> Execute
@@ -36,11 +35,11 @@ services:
- PGID=0
- DELUGE_LOGLEVEL=error #optional
volumes:
- /home/zino/projects/dockers/deluge/config:/config
- /home/zino/projects/dockers/deluge/downloads:/root/Downloads
- /home/zino/projects/dockers/deluge/scripts:/root/scripts
- /home/zino/projects/dockers/deluge/logs:/root/logs
- /var/www/VST:/root/VST
- /home/zino/projects/dockers/docker-deluge/config:/config
- /home/zino/projects/dockers/docker-deluge/downloads:/root/Downloads
- /home/zino/projects/dockers/docker-deluge/scripts:/root/scripts
- /home/zino/projects/dockers/docker-deluge/logs:/root/logs
- /var/www/html/vst.zinomedia.de:/root/VST
restart: unless-stopped
depends_on:
- vpn