debugging error: FATA[0003] failed to create config open-inventory_example_com_entrypoint_conf_: Error response from daemon: rpc error: code = InvalidArgument desc = invalid name, only 64 [a-zA-Z0-9-_.] characters allowed, and the start and end character must be [a-zA-Z0-9]

This commit is contained in:
blu 2024-03-18 10:47:37 +01:00
parent e748df9a70
commit e349736346
Signed by: blu
GPG Key ID: 9DF47BD2E647A7D6
1 changed files with 1 additions and 1 deletions

View File

@ -73,6 +73,6 @@ secrets:
configs:
entrypoint_conf:
name: ${STACK_NAME}_entrypoint_conf_${ENTRYPOINT_CONF_VERSION}
name: ${STACK_NAME}_entrypoint_conf_v1
file: entrypoint.sh.tmpl
template_driver: golang