Skip to content

Commit 31f0202

Browse files
authored
fix the issues 16876
1 parent 86b61ef commit 31f0202

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ services:
3434
image: "postgres:16"
3535
ports:
3636
- "5432:5432"
37+
privileged: true
3738
environment:
3839
POSTGRES_USER: ${POSTGRES_USER:-username} # The PostgreSQL user (useful to connect to the database)
3940
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-password} # The PostgreSQL password (useful to connect to the database)

0 commit comments

Comments
 (0)