We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e5f317 commit 533adb2Copy full SHA for 533adb2
1 file changed
db-docker-compose.yaml
@@ -1,4 +1,3 @@
1
-version: '3'
2
services:
3
postgres:
4
image: postgres:latest
@@ -10,6 +9,4 @@ services:
10
9
ports:
11
- 5432:5432
12
volumes:
13
- - postgres-data:/var/lib/postgresql/data
14
-volumes:
15
- postgres-data:
+ - ./postgres-data:/var/lib/postgresql
0 commit comments