Doc: docker-compose.yml does not use secrets

This commit is contained in:
Quentin McGaw (desktop)
2021-06-17 22:46:30 +00:00
parent 16d8a388cb
commit ba4c3e30a4
2 changed files with 3 additions and 12 deletions

View File

@@ -14,18 +14,11 @@ services:
# command:
volumes:
- /yourpath:/gluetun
secrets:
- openvpn_user
- openvpn_password
environment:
# More variables are available, see the readme table
- OPENVPN_USER=
- OPENVPN_PASSWORD=
- VPNSP=private internet access
# Timezone for accurate logs times
- TZ=
restart: always
secrets:
openvpn_user:
file: ./openvpn_user
openvpn_password:
file: ./openvpn_password