Fix Docker compose config

This commit is contained in:
Thomas Sileo 2022-07-28 20:28:53 +02:00
parent b5b8162cfa
commit 32763a3368
1 changed files with 1 additions and 0 deletions

View File

@ -8,5 +8,6 @@ services:
restart: always
volumes:
- ./data:/app/data
- ./app/static:/app/app/static
ports:
- "8000:8000"