diff --git a/ci/prod/compose/ops/mongo-entrypoint.sh b/ci/prod/compose/ops/mongo-entrypoint.sh index 9a51246..633f0f2 100755 --- a/ci/prod/compose/ops/mongo-entrypoint.sh +++ b/ci/prod/compose/ops/mongo-entrypoint.sh @@ -19,7 +19,5 @@ wait_for_file /vault/secrets/mongo.kf "replica set keyFile" export MONGO_INITDB_ROOT_USERNAME="$(cat /vault/secrets/MONGO_INITDB_ROOT_USERNAME)" export MONGO_INITDB_ROOT_PASSWORD="$(cat /vault/secrets/MONGO_INITDB_ROOT_PASSWORD)" -chown 999:999 /vault/secrets/mongo.kf -chmod 0400 /vault/secrets/mongo.kf exec /usr/local/bin/docker-entrypoint.sh "$@"