1
0
mirror of https://git.sr.ht/~tsileo/microblog.pub synced 2025-02-21 14:40:46 +01:00

Fix Docker compose config

This commit is contained in:
Thomas Sileo 2022-07-28 20:28:53 +02:00
parent b5b8162cfa
commit 32763a3368

View File

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