Update 99-run.sh

This commit is contained in:
Alexandre
2025-05-26 20:48:11 +02:00
committed by GitHub
parent 9b640d616f
commit 416b97e05e

View File

@@ -47,10 +47,10 @@ bashio::log.info "Starting PostgreSQL..."
if [ "$(bashio::info.arch)" = "armv7" ]; then
bashio::log.warning "ARMv7 detected: Starting without extensions"
docker-entrypoint.sh postgres & true
immich-docker-entrypoint.sh postgres & true
exit 0
else
docker-entrypoint.sh postgres -c config_file=/etc/postgresql/postgresql.conf & true
immich-docker-entrypoint.sh postgres -c config_file=/etc/postgresql/postgresql.conf & true
fi
###############################