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