This repository has been archived on 2026-02-05. You can view files and clone it, but cannot push or open issues or pull requests.
docker-infrastructure/mafl/docker-compose.yml

9 lines
188 B
YAML

services:
mafl:
image: hywax/mafl
container_name: mafl
volumes:
- $APPDATA/mafl/config.yml:/app/data/config.yml
ports:
- 3000:3000
restart: unless-stopped