mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-13 11:21:02 +01:00
Use normal entrypoint
This commit is contained in:
@@ -47,10 +47,10 @@ bashio::log.info "Starting PostgreSQL..."
|
||||
|
||||
if [ "$(bashio::info.arch)" = "armv7" ]; then
|
||||
bashio::log.warning "ARMv7 detected: Starting without extensions"
|
||||
/usr/local/bin/immich-docker-entrypoint.sh postgres & true
|
||||
/usr/local/bin/docker-entrypoint.sh postgres & true
|
||||
exit 0
|
||||
else
|
||||
/usr/local/bin/immich-docker-entrypoint.sh postgres -c config_file=/etc/postgresql/postgresql.conf
|
||||
/usr/local/bin/docker-entrypoint.sh postgres -c config_file=/etc/postgresql/postgresql.conf
|
||||
fi
|
||||
|
||||
###############################
|
||||
|
||||
Reference in New Issue
Block a user