Update run

This commit is contained in:
Alexandre
2025-07-16 15:04:56 +02:00
committed by GitHub
parent c002d8c027
commit e65c95c71c

View File

@@ -7,6 +7,11 @@ if bashio::config.true 'USE_EXTERNAL_DB'; then
exit 0
fi
# Create folder structure
mkdir -p /run/postgresql
chown postgres:postgres /run/postgresql
chmod 775 /run/postgresql
# Persistent location
PGDATA="${PGDATA:-/config/postgres-data}"
export PGDATA