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