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 86b61ef commit 31f0202Copy full SHA for 31f0202
docker-compose.yaml
@@ -34,6 +34,7 @@ services:
34
image: "postgres:16"
35
ports:
36
- "5432:5432"
37
+ privileged: true
38
environment:
39
POSTGRES_USER: ${POSTGRES_USER:-username} # The PostgreSQL user (useful to connect to the database)
40
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-password} # The PostgreSQL password (useful to connect to the database)
0 commit comments