deluge docker-compose.yml
This commit is contained in:
36
docker/deluge2/docker-compose.yml
Normal file
36
docker/deluge2/docker-compose.yml
Normal file
@@ -0,0 +1,36 @@
|
||||
version: '3.2'
|
||||
|
||||
services:
|
||||
deluge:
|
||||
image: lscr.io/linuxserver/deluge:latest
|
||||
# image: adamfisher90/docker-deluge-1.3.11
|
||||
# image: ebrianne/docker-deluge-openvpn
|
||||
container_name: deluge2
|
||||
environment:
|
||||
# - OPENVPN_PROVIDER=expressvpn
|
||||
# - OPENVPN_CONFIG=my_expressvpn_germany_-_nuremberg_udp
|
||||
#- OPENVPN_CONFIG=my_expressvpn_belarus_udp
|
||||
# - OPENVPN_CONFIG=my_expressvpn_armenia_udp
|
||||
# - OPENVPN_CONFIG=my_expressvpn_usa_-_lincoln_park_udp
|
||||
# - OPENVPN_USERNAME=r1n1j7kcx3uvierq5gqo2rsq
|
||||
# - OPENVPN_PASSWORD=3b2x1l8ef7evn7hbmrqygg2w
|
||||
# - LOCAL_NETWORK=192.168.0.0/16
|
||||
- PUID=998
|
||||
- PGID=998
|
||||
- TZ=Europe/London
|
||||
- DELUGE_LOGLEVEL=error #optional
|
||||
# cap_add:
|
||||
# - NET_ADMIN
|
||||
sysctls:
|
||||
- net.ipv6.conf.all.disable_ipv6=1
|
||||
ports:
|
||||
- 8112:8112
|
||||
- 6881:6881
|
||||
- 6881:6881/udp
|
||||
- 58846:58846
|
||||
#- 6881:6881/udp
|
||||
volumes:
|
||||
- /srv/deluge/config:/config
|
||||
- /srv/deluge/downloads:/downloads
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user