diff --git a/wait-for-manager.sh b/wait-for-manager.sh index e66c975..ab35311 100644 --- a/wait-for-manager.sh +++ b/wait-for-manager.sh @@ -10,4 +10,4 @@ done >&2 echo "Manager is up - starting worker" -exec gosu postgres "/usr/local/bin/docker-entrypoint.sh" "postgres" +exec gosu postgres "/usr/local/bin/docker-entrypoint.sh" "postgres" "$@"