From eb5068e26256cfc37b310947e3aa380c26c0a950 Mon Sep 17 00:00:00 2001 From: TheThomaas Date: Thu, 27 Jun 2024 19:15:42 +0000 Subject: [PATCH] Ajouter mafl/docker-compose.yml --- mafl/docker-compose.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 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