mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 01:10:11 -08:00
replaced private key and address bc old one stopped working overnight
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
version: "3"
|
version: "3"
|
||||||
services:
|
services:
|
||||||
gluetun:
|
gluetun:
|
||||||
image: qmcgaw/gluetun
|
image: qmcgaw/gluetun:latest
|
||||||
container_name: gluetun
|
container_name: gluetun
|
||||||
# line above must be uncommented to allow external containers to connect. See https://github.com/qdm12/gluetun/wiki/Connect-a-container-to-gluetun#external-container-to-gluetun
|
# line above must be uncommented to allow external containers to connect. See https://github.com/qdm12/gluetun/wiki/Connect-a-container-to-gluetun#external-container-to-gluetun
|
||||||
cap_add:
|
cap_add:
|
||||||
@@ -20,11 +20,14 @@ services:
|
|||||||
- VPN_SERVICE_PROVIDER=mullvad
|
- VPN_SERVICE_PROVIDER=mullvad
|
||||||
- VPN_TYPE=wireguard
|
- VPN_TYPE=wireguard
|
||||||
# Wireguard:
|
# Wireguard:
|
||||||
- WIREGUARD_PRIVATE_KEY=KMdZu8gd2apjwo0HpxJH9W3Jy1OEodkifcKVe+4c+kc=
|
- WIREGUARD_PRIVATE_KEY=KM9brVZD0P3VlBJVYkQPe5rr17cr/orNWphTgOSqakA=
|
||||||
- WIREGUARD_ADDRESSES=10.66.177.30/32
|
- WIREGUARD_ADDRESSES=10.66.1.218/32
|
||||||
# Timezone for accurate log times
|
# Timezone for accurate log times
|
||||||
- TZ=America/New_York
|
- TZ=America/New_York
|
||||||
- SERVER_CITIES=Stockholm
|
# optional, server_[countries, cities]
|
||||||
|
# - SERVER_COUNTRIES: Comma separated list of countries
|
||||||
|
# - SERVER_CITIES=Stockholm
|
||||||
|
# - SERVER_HOSTNAMES: Comma separated list of server hostnames
|
||||||
qbittorrent:
|
qbittorrent:
|
||||||
image: lscr.io/linuxserver/qbittorrent:latest
|
image: lscr.io/linuxserver/qbittorrent:latest
|
||||||
container_name: qbittorrent
|
container_name: qbittorrent
|
||||||
|
|||||||
Reference in New Issue
Block a user