Skip to content

Commit 3b2e1ff

Browse files
committed
scripts: postgres: print statements
Signed-off-by: Marc 'risson' Schmitt <[email protected]>
1 parent 75eb025 commit 3b2e1ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/docker-compose.yml

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ services:
77
environment:
88
POSTGRES_HOST_AUTH_METHOD: trust
99
POSTGRES_DB: authentik
10+
command:
11+
["postgres", "-c", "log_statement=all", "-c", "log_destination=stderr"]
1012
ports:
1113
- 127.0.0.1:5432:5432
1214
restart: always

0 commit comments

Comments
 (0)