diff options
author | EuAndreh <eu@euandre.org> | 2020-08-02 19:10:17 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-08-02 19:10:17 -0300 |
commit | dffeeafa15cdddb7a04ba7d5d02c9817a297adba (patch) | |
tree | 69119eb023cd36e195db68e23c59c831309d834f | |
parent | Rename DESTROY_VOLUME -> DESTROY_VPS (diff) | |
download | server-dffeeafa15cdddb7a04ba7d5d02c9817a297adba.tar.gz server-dffeeafa15cdddb7a04ba7d5d02c9817a297adba.tar.xz |
docker-compose.env.yaml: Add /etc/nginx/vhost.d as a volue for letsencrypt container
-rw-r--r-- | docker-compose.env.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker-compose.env.yaml b/docker-compose.env.yaml index 4af6b61..6b2ec9d 100644 --- a/docker-compose.env.yaml +++ b/docker-compose.env.yaml @@ -32,6 +32,7 @@ services: restart: always volumes: - "${VOLUME_HOME}/docker/certs:/etc/nginx/certs:rw" + - /etc/nginx/vhost.d - /var/run/docker.sock:/var/run/docker.sock:ro depends_on: - nginx-proxy |