new services + proxy network rework
This commit is contained in:
18
Deluge/docker-compose.yml
Executable file
18
Deluge/docker-compose.yml
Executable file
@@ -0,0 +1,18 @@
|
||||
services:
|
||||
deluge:
|
||||
image: lscr.io/linuxserver/deluge:latest
|
||||
container_name: deluge
|
||||
environment:
|
||||
- PUID=123
|
||||
- PGID=124
|
||||
- TZ=Europe/Prague
|
||||
- DELUGE_LOGLEVEL=error #optional
|
||||
volumes:
|
||||
- /zstore/Docker-volumes/Deluge:/config
|
||||
- /data/Downloads:/downloads
|
||||
ports:
|
||||
- 8112:8112
|
||||
- 53755:53755
|
||||
- 53755:53755/udp
|
||||
- 58846:58846 #optional
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user