removed manual permissions maangement
All checks were successful
ci/woodpecker/push/db Pipeline was successful

This commit is contained in:
Stephan D
2025-11-07 12:02:58 +01:00
parent ae310632a1
commit 601fcebac5

View File

@@ -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 "$@"