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 a469cdd commit a022029Copy full SHA for a022029
compose.yml
@@ -18,7 +18,7 @@ services:
18
ports:
19
- "5432:5432"
20
volumes:
21
- - db:/var/lib/postgresql/data
+ - db:/var/lib/postgresql
22
environment:
23
POSTGRES_HOST_AUTH_METHOD: 'trust'
24
0 commit comments