Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit 49e426a

Browse files
committed
Docker: some more chat on image startup also for Influx based images
1 parent 227f32c commit 49e426a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

supervisord-nonroot.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ command=/pgwatch2/bootstrap/supervisord_bootstrap.sh
1818
autorestart=false
1919
startsecs=0
2020
autostart=true
21+
stdout_logfile=/dev/stdout
22+
stdout_logfile_maxbytes=0
2123

2224
[program:postgres]
2325
command=/usr/lib/postgresql/9.5/bin/postgres -D /var/lib/postgresql/9.5/main -c config_file=/etc/postgresql/9.5/main/postgresql.conf

supervisord.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ command=/pgwatch2/bootstrap/supervisord_bootstrap.sh
1919
autorestart=false
2020
startsecs=0
2121
autostart=true
22+
stdout_logfile=/dev/stdout
23+
stdout_logfile_maxbytes=0
2224

2325
[program:postgres]
2426
command=/usr/lib/postgresql/9.5/bin/postgres -D /var/lib/postgresql/9.5/main -c config_file=/etc/postgresql/9.5/main/postgresql.conf

0 commit comments

Comments
 (0)