Skip to content

Commit 6e465af

Browse files
committed
✨ Changed docker compose postgres volume to correct path
1 parent 24a1bbd commit 6e465af

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
data/

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ services:
2222
- POSTGRES_USER=camunda
2323
- POSTGRES_PASSWORD=camunda
2424
volumes:
25-
- ./data:/var/lib/postgresql/camunda:z
25+
- ./data:/var/lib/postgresql/data
2626
ports:
2727
- 5444:5432

0 commit comments

Comments
 (0)