Use diect link

This commit is contained in:
Alexandre
2025-05-26 10:13:31 +02:00
committed by GitHub
parent 1bb78082de
commit 009fb4e26e

View File

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