summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-05-16 22:14:20 -0300
committerRoger Gonzalez <roger@rogs.me>2023-05-16 22:14:20 -0300
commit94467c9b3d82c352f0b58699ec8c15eab407b7aa (patch)
tree551611c4aa4ca85b34ebc4bfc4dca2a7fe06bcc9
parent8954940e3cd258dc9b5092af158c77f2ff998019 (diff)
Setting the OPENVPN_CIPHERS explicitely
-rw-r--r--docker-compose.example.yaml1
1 files changed, 1 insertions, 0 deletions
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=<vpn_user>
- OPENVPN_PASSWORD=<vpn_password>
- SERVER_COUNTRIES=<vpn_country>
+ - OPENVPN_CIPHERS=AES-256-GCM
restart: unless-stopped
# Portainer helps debugging and monitors the containers