Skip to content

Commit 14d8507

Browse files
committed
fix: correct data volume path in docker-compose.yml
1 parent 7633ab7 commit 14d8507

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
ports:
99
- "5555:5555"
1010
volumes:
11-
- ./data-tmp:/data
11+
- ./data:/data
1212
- ./extras:/extras
1313
environment:
1414
- DNS=one.one.one.one

0 commit comments

Comments
 (0)