feat: Try a different arr stack.

This commit is contained in:
2025-11-28 21:40:29 -05:00
parent a2370fd803
commit 52d950c239

View File

@@ -52,8 +52,14 @@ services:
volumes: volumes:
- ./gluetun:/gluetun - ./gluetun:/gluetun
# Make a '.env' file in the same directory. # Make a '.env' file in the same directory.
env_file: # env_file:
- .env # - .env
environment:
- VPN_SERVICE_PROVIDER=protonvpn
- VPN_TYPE=wireguard
- WIREGUARD_PRIVATE_KEY=${WIREGUARD_PRIVATE_KEY}
- SERVER_COUNTRIES=${SERVER_COUNTRIES}
healthcheck: healthcheck:
test: ping -c 1 www.google.com || exit 1 test: ping -c 1 www.google.com || exit 1
interval: 20s interval: 20s