Skip to content

Commit 14ae1fd

Browse files
committed
fix(compose): use VPN_MTU from .env instead of hardcoded 1280
1 parent bcf6f49 commit 14ae1fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121
- VPN_NETWORK=10.8.0.0/24
2222
- VPN_NETWORK_V6=fd00::/64
2323
- VPN_DNS=1.1.1.1
24-
- VPN_MTU=1280
24+
- VPN_MTU=${VPN_MTU:-1280}
2525
- VPN_CENSORSHIP_RESISTANT=${VPN_CENSORSHIP_RESISTANT:-false}
2626
- VPN_MSS_CLAMPING=${VPN_MSS_CLAMPING:-true}
2727
- VPN_KEYCLOAK_ENABLED=${VPN_KEYCLOAK_ENABLED}

0 commit comments

Comments
 (0)