We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
data
cache
config
1 parent 87ce104 commit 27c8283Copy full SHA for 27c8283
docker-compose.yml
@@ -5,6 +5,10 @@ services:
5
build:
6
context: .
7
dockerfile: Dockerfile
8
+ volumes:
9
+ - ./data:/usr/src/app/data
10
+ - ./cache:/usr/src/app/cache
11
+ - ./config:/usr/src/app/config
12
ports:
13
- "43594:43594"
14
0 commit comments