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 ###############################