Skip to content

Commit 27c8283

Browse files
committed
fix: add data, cache and config as volumes
1 parent 87ce104 commit 27c8283

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docker-compose.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ services:
55
build:
66
context: .
77
dockerfile: Dockerfile
8+
volumes:
9+
- ./data:/usr/src/app/data
10+
- ./cache:/usr/src/app/cache
11+
- ./config:/usr/src/app/config
812
ports:
913
- "43594:43594"
1014

0 commit comments

Comments
 (0)