diff --git a/.templates/docker-compose.yml b/.templates/docker-compose.yml new file mode 100644 index 0000000..469e865 --- /dev/null +++ b/.templates/docker-compose.yml @@ -0,0 +1,10 @@ +version: '3.8' + +services: + mafl: + image: hywax/mafl + restart: unless-stopped + ports: + - '3000:3000' + volumes: + - ./config.yml:/app/data/config.yml