We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a003a6e commit f5543cdCopy full SHA for f5543cd
docker/all-in-one/etc/supervisor/base-services/postgresql.conf
@@ -7,7 +7,7 @@ autostart=true
7
startretries=1000
8
priority=1
9
# Inherit env vars from https://github.com/supabase/postgres/blob/develop/Dockerfile#L800
10
-environment=POSTGRES_PASSWORD="%(ENV_POSTGRES_PASSWORD)s",POSTGRES_HOST="%(ENV_POSTGRES_HOST)s"
+environment=POSTGRES_PASSWORD="%(ENV_POSTGRES_PASSWORD)s",POSTGRES_HOST="%(ENV_POSTGRES_HOST)s",HOME="/var/lib/postgresql"
11
stdout_logfile=/var/log/postgresql/init.log
12
redirect_stderr=true
13
stdout_logfile_maxbytes=10MB
0 commit comments