fix: add missing key

This commit is contained in:
2021-12-13 14:16:57 +01:00
parent 81582f6da6
commit 08172bf386

View File

@ -26,7 +26,8 @@ networks:
proxy: proxy:
external: true external: true
config_json: configs:
name: ${STACK_NAME}_config_json_${CONFIG_JSON_VERSION} config_json:
file: config.json.tmpl name: ${STACK_NAME}_config_json_${CONFIG_JSON_VERSION}
template_driver: golang file: config.json.tmpl
template_driver: golang