Browse Source

Merge pull request #9 from ShaneMcC/check-for-cert

Allow nginx-updater to see /letsencrypt
master
Chris Smith 6 years ago
parent
commit
feac3f3ec4
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      docker-compose.yml

+ 1
- 0
docker-compose.yml View File

@@ -96,6 +96,7 @@ services:
96 96
     restart: always
97 97
     volumes:
98 98
       - nginx-config:/nginx-config
99
+      - letsencrypt-data:/letsencrypt
99 100
     networks:
100 101
       - etcd-services
101 102
     depends_on:

Loading…
Cancel
Save