Skip to content

Commit 533adb2

Browse files
committed
refactor: ♻️ Update db docker compose for postgres 18
1 parent 2e5f317 commit 533adb2

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

db-docker-compose.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: '3'
21
services:
32
postgres:
43
image: postgres:latest
@@ -10,6 +9,4 @@ services:
109
ports:
1110
- 5432:5432
1211
volumes:
13-
- postgres-data:/var/lib/postgresql/data
14-
volumes:
15-
postgres-data:
12+
- ./postgres-data:/var/lib/postgresql

0 commit comments

Comments
 (0)