commit eb5068e26256cfc37b310947e3aa380c26c0a950 Author: TheThomaas Date: Thu Jun 27 19:15:42 2024 +0000 Ajouter mafl/docker-compose.yml diff --git a/mafl/docker-compose.yml b/mafl/docker-compose.yml new file mode 100644 index 0000000..2532474 --- /dev/null +++ b/mafl/docker-compose.yml @@ -0,0 +1,9 @@ +services: + mafl: + image: hywax/mafl + container_name: mafl + volumes: + - ./mafl/config.yml:/app/data/config.yml + ports: + - 3000:3000 + restart: unless-stopped \ No newline at end of file