From 6f16d01de3f68610675bbe66066ce64a94b8ca5a Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 17 Jun 2020 23:49:30 +0200 Subject: [PATCH] Use lowercase --- compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compose.yml b/compose.yml index 3b4665b..0dc6330 100644 --- a/compose.yml +++ b/compose.yml @@ -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