diff options
author | Paweł Dybiec <pawel.to.malpa@gmail.com> | 2020-03-13 22:13:06 +0100 |
---|---|---|
committer | Paweł Dybiec <pawel.to.malpa@gmail.com> | 2020-03-13 22:13:06 +0100 |
commit | 2e5bb5a00d0cc62c91fb82731d4b862018c97880 (patch) | |
tree | 95a80e2e8a1842a60aff8ac5c83270bb26b0ef0a | |
parent | Fix cert renewal to wait and cleanup (diff) |
Make vpn restart always
-rw-r--r-- | docker.yml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -138,3 +138,4 @@ volumes: - "openvpn-certs:/etc/openvpn" privileged: true + restart: always |