mirror of
https://git.sr.ht/~tsileo/microblog.pub
synced 2024-12-21 12:44:27 +00:00
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
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
- ./app/static:/app/app/static
|
||||
ports:
|
||||
- "8000:8000"
|
||||
|
|
Loading…
Reference in a new issue