Skip to content

Commit 0a1e88b

Browse files
sweatybridgedarora
authored andcommittedJun 6, 2023
chore: remove unnecessary config
1 parent ce329c8 commit 0a1e88b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docker/all-in-one/etc/supervisor/db-only/postgresql.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ autorestart=true
66
autostart=true
77
priority=1
88
# Inherit env vars from https://github.com/supabase/postgres/blob/develop/Dockerfile#L800
9-
environment=POSTGRES_PASSWORD="%(ENV_POSTGRES_PASSWORD)s",POSTGRES_HOST="%(ENV_POSTGRES_HOST)s",POSTGRES_INITDB_ARGS="%(ENV_POSTGRES_INITDB_ARGS)s"
9+
environment=POSTGRES_PASSWORD="%(ENV_POSTGRES_PASSWORD)s",POSTGRES_HOST="%(ENV_POSTGRES_HOST)s"
1010
stdout_logfile=/var/log/postgresql/init.log
1111
redirect_stderr=true
1212
stdout_logfile_maxbytes=10MB

0 commit comments

Comments
 (0)
Please sign in to comment.