diff --git a/entrypoint.sh b/entrypoint.sh index 93e36bb..02808f9 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -20,7 +20,7 @@ if [ -n "$PLUGIN_PASSWORD" ]; then ${registry} fi -docker stack deploy +docker stack deploy \ $auth_flags \ --compose-file "${compose_file}" \ "${stack_name}"