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:
- ./gluetun:/gluetun
# Make a '.env' file in the same directory.
env_file:
- .env
# env_file:
# - .env
environment:
- VPN_SERVICE_PROVIDER=protonvpn
- VPN_TYPE=wireguard
- WIREGUARD_PRIVATE_KEY=${WIREGUARD_PRIVATE_KEY}
- SERVER_COUNTRIES=${SERVER_COUNTRIES}
healthcheck:
test: ping -c 1 www.google.com || exit 1
interval: 20s