mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 04:30:12 -08:00
updated to work with wsl
This commit is contained in:
@@ -12,7 +12,8 @@ services:
|
|||||||
- 8888:8888/tcp # HTTP proxy
|
- 8888:8888/tcp # HTTP proxy
|
||||||
- 8388:8388/tcp # Shadowsocks
|
- 8388:8388/tcp # Shadowsocks
|
||||||
- 8388:8388/udp # Shadowsocks
|
- 8388:8388/udp # Shadowsocks
|
||||||
- 8080:8080/tcp # qbittorrent webUI
|
- 8080:8080/tcp # sabnzbd webUI
|
||||||
|
- 8085:8085/tcp # sabnzbd webUI
|
||||||
volumes:
|
volumes:
|
||||||
- /vpn-gluetun:/gluetun
|
- /vpn-gluetun:/gluetun
|
||||||
environment:
|
environment:
|
||||||
@@ -20,9 +21,9 @@ services:
|
|||||||
- VPN_SERVICE_PROVIDER=mullvad
|
- VPN_SERVICE_PROVIDER=mullvad
|
||||||
- VPN_TYPE=wireguard
|
- VPN_TYPE=wireguard
|
||||||
# Wireguard:
|
# Wireguard:
|
||||||
# - mullvad device name "welcoming labrador"
|
# - mullvad device name "adaptive human" Created 2022-11-10
|
||||||
- WIREGUARD_PRIVATE_KEY=YIGDvBo6zb5NP4uQaBlySPwehUmS2cAr+mrnl/IiEm0=
|
- WIREGUARD_PRIVATE_KEY=OMXf1VjWAX55MuTMnCsA0bZmNkwfRYxqvJF9qpBUQEE=
|
||||||
- WIREGUARD_ADDRESSES=10.65.241.28/32
|
- WIREGUARD_ADDRESSES=10.67.7.220/32
|
||||||
- TZ=America/New_York # Timezone for accurate log times
|
- TZ=America/New_York # Timezone for accurate log times
|
||||||
# optional, server_[countries, cities]
|
# optional, server_[countries, cities]
|
||||||
# - SERVER_COUNTRIES: Comma separated list of countries
|
# - SERVER_COUNTRIES: Comma separated list of countries
|
||||||
@@ -39,7 +40,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- /mnt/d/docker/sabnzbd/config:/config
|
- /mnt/d/docker/sabnzbd/config:/config
|
||||||
- /mnt/d/media/downloads/sabnzbd/complete:/downloads
|
- /mnt/d/media/downloads/sabnzbd/complete:/downloads
|
||||||
- /mnt/d/media/downloads/sabnzbd/incomplete/:/incomplete-downloads
|
- /mnt/d/media/downloads/sabnzbd/incomplete:/incomplete-downloads
|
||||||
# network_mode: "service:gluetun" forces sabnzbd to connect to the internet through the VPN defined in the gluetun container above
|
# network_mode: "service:gluetun" forces sabnzbd to connect to the internet through the VPN defined in the gluetun container above
|
||||||
network_mode: "service:gluetun"
|
network_mode: "service:gluetun"
|
||||||
restart: always
|
restart: always
|
||||||
Reference in New Issue
Block a user