Fix arguments

This commit is contained in:
Alexandre
2025-05-28 10:10:57 +02:00
committed by GitHub
parent c8119be560
commit eeced7d37e

View File

@@ -50,7 +50,7 @@ if [ "$(bashio::info.arch)" = "armv7" ]; then
immich-docker-entrypoint.sh postgres & true
exit 0
else
immich-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
###############################