shorten app_config_js config name to fit 64-char Docker limit
This commit is contained in:
@ -27,7 +27,7 @@ services:
|
||||
configs:
|
||||
- source: config_js
|
||||
target: /cryptpad/config/config.js
|
||||
- source: application_config_js
|
||||
- source: app_config_js
|
||||
target: /cryptpad/customize/application_config.js
|
||||
|
||||
deploy:
|
||||
@ -89,7 +89,7 @@ configs:
|
||||
name: ${STACK_NAME}_nginx_conf_${NGINX_CONF_VERSION}
|
||||
file: nginx.conf.tmpl
|
||||
template_driver: golang
|
||||
application_config_js:
|
||||
name: ${STACK_NAME}_application_config_js_${APPLICATION_CONFIG_VERSION}
|
||||
app_config_js:
|
||||
name: ${STACK_NAME}_app_config_js_${APP_CONFIG_JS_VERSION}
|
||||
file: application_config.js.tmpl
|
||||
template_driver: golang
|
||||
|
||||
Reference in New Issue
Block a user