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
     restart: always
96
     restart: always
97
     volumes:
97
     volumes:
98
       - nginx-config:/nginx-config
98
       - nginx-config:/nginx-config
99
+      - letsencrypt-data:/letsencrypt
99
     networks:
100
     networks:
100
       - etcd-services
101
       - etcd-services
101
     depends_on:
102
     depends_on:

Loading…
Cancel
Save