Update run

This commit is contained in:
Alexandre
2025-07-16 15:43:36 +02:00
committed by GitHub
parent b3f243d016
commit e16b98ba7e

View File

@@ -35,5 +35,5 @@ if [[ ! -s "${PGDATA}/PG_VERSION" ]]; then
su - postgres -c "$INITDB -D $PGDATA"
fi
exec su - postgres -c "$POSTGRES -D $PGDATA -c listen_addresses='127.0.0.1'" & \
bashio::log.info "Starting Postgres (127.0.0.1:5432)..."
exec su - postgres -c "$POSTGRES -D $PGDATA -c listen_addresses='127.0.0.1'"