Use lowercase

This commit is contained in:
Luke Murphy 2020-06-17 23:49:30 +02:00
parent 2e43df16e0
commit 6f16d01de3
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ services:
environment: environment:
- DOMAIN=${DOMAIN} - DOMAIN=${DOMAIN}
configs: configs:
- source: nginx-conf - source: nginx_conf
target: /etc/nginx/nginx.conf target: /etc/nginx/nginx.conf
volumes: volumes:
- "public:/var/www/app/public" - "public:/var/www/app/public"
@ -99,7 +99,7 @@ secrets:
external: true external: true
configs: configs:
nginx-conf: nginx_conf:
name: ${STACK_NAME}-nginx-conf-${NGINX_CONF_VERSION} name: ${STACK_NAME}_nginx_conf_${NGINX_CONF_VERSION}
file: nginx.conf.tmpl file: nginx.conf.tmpl
template_driver: golang template_driver: golang