Fix Docker compose config
parent
b5b8162cfa
commit
32763a3368
|
@ -8,5 +8,6 @@ services:
|
|||
restart: always
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
- ./app/static:/app/app/static
|
||||
ports:
|
||||
- "8000:8000"
|
||||
|
|
Loading…
Reference in New Issue