Update docker-compose.yml

This commit is contained in:
TheThomaas 2026-01-14 18:14:29 +01:00
parent 53833e6e32
commit 9e664037e4

View file

@ -3,7 +3,7 @@ services:
image: hywax/mafl:v0.15.3 image: hywax/mafl:v0.15.3
container_name: mafl container_name: mafl
volumes: volumes:
- ./config.yml:/app/data/config.yml - ./data:/app/data
ports: ports:
- 3000:3000 - 3000:3000
restart: unless-stopped restart: unless-stopped