From eeced7d37eabeaea39ef2097f9de9096681ddb38 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 28 May 2025 10:10:57 +0200 Subject: [PATCH] Fix arguments --- postgres/rootfs/etc/cont-init.d/99-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres/rootfs/etc/cont-init.d/99-run.sh b/postgres/rootfs/etc/cont-init.d/99-run.sh index aef7f7f70..1d9022c6c 100755 --- a/postgres/rootfs/etc/cont-init.d/99-run.sh +++ b/postgres/rootfs/etc/cont-init.d/99-run.sh @@ -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 ###############################