diff --git a/mafl/docker-compose.yml b/mafl/docker-compose.yml index f502cdb..9ac9c68 100644 --- a/mafl/docker-compose.yml +++ b/mafl/docker-compose.yml @@ -3,7 +3,7 @@ services: image: hywax/mafl:v0.15.3 container_name: mafl volumes: - - ./config.yml:/app/data/config.yml + - ./data:/app/data ports: - 3000:3000 restart: unless-stopped \ No newline at end of file