We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75eb025 commit 3b2e1ffCopy full SHA for 3b2e1ff
scripts/docker-compose.yml
@@ -7,6 +7,8 @@ services:
7
environment:
8
POSTGRES_HOST_AUTH_METHOD: trust
9
POSTGRES_DB: authentik
10
+ command:
11
+ ["postgres", "-c", "log_statement=all", "-c", "log_destination=stderr"]
12
ports:
13
- 127.0.0.1:5432:5432
14
restart: always
0 commit comments