Fix Docker compose config
This commit is contained in:
parent
b5b8162cfa
commit
32763a3368
1 changed files with 1 additions and 0 deletions
|
@ -8,5 +8,6 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/app/data
|
- ./data:/app/data
|
||||||
|
- ./app/static:/app/app/static
|
||||||
ports:
|
ports:
|
||||||
- "8000:8000"
|
- "8000:8000"
|
||||||
|
|
Loading…
Reference in a new issue