diff --git a/db/entrypoint.bash b/db/entrypoint.bash index c8ca5c3d3..995c0d54c 100755 --- a/db/entrypoint.bash +++ b/db/entrypoint.bash @@ -8,4 +8,7 @@ if [ "$1" = "postgres" ]; then shift fi -exec /usr/local/bin/postgres-entrypoint.sh postgres -c encrypt.key="${PG_ENCRYPT_KEY?:\$PG_ENCRYPT_KEY must be set and non-empty}" "$@" +exec /usr/local/bin/postgres-entrypoint.sh \ + postgres \ + -c encrypt.key="${PG_ENCRYPT_KEY?:\$PG_ENCRYPT_KEY must be set and non-empty}" \ + "$@"