Explorar el Código

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

Allow nginx-updater to see /letsencrypt
master
Chris Smith hace 6 años
padre
commit
feac3f3ec4
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      docker-compose.yml

+ 1
- 0
docker-compose.yml Ver fichero

@@ -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…
Cancelar
Guardar