replaced private key and address bc old one stopped working overnight

This commit is contained in:
Peter Wood
2022-07-12 06:57:52 -04:00
parent 16c42c1d56
commit e311e874a8

View File

@@ -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