From 94467c9b3d82c352f0b58699ec8c15eab407b7aa Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Tue, 16 May 2023 22:14:20 -0300 Subject: Setting the OPENVPN_CIPHERS explicitely --- docker-compose.example.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.example.yaml b/docker-compose.example.yaml index 81d0daf..ac02c53 100644 --- a/docker-compose.example.yaml +++ b/docker-compose.example.yaml @@ -149,6 +149,7 @@ services: - OPENVPN_USER= - OPENVPN_PASSWORD= - SERVER_COUNTRIES= + - OPENVPN_CIPHERS=AES-256-GCM restart: unless-stopped # Portainer helps debugging and monitors the containers -- cgit v1.2.3