wodby / docker4php

Docker-based PHP stack
https://wodby.com/docker4php
MIT License
277 stars 44 forks source link

Cannot get Mutagen to work on #14

Closed abdullah10182 closed 4 years ago

abdullah10182 commented 4 years ago

I'm trying to follow the steps on how to use Mutagen, but on step 3 i run

docker-compose up -d mutagen

but I get "No such service: mutagen".

Not sure what I'm doing wrong. Previously I had docker-sync running without any issue.

Any help would be appreciated.

csandanov commented 4 years ago

Oh, my bad, I forgot to copy the mutagen service, now added https://github.com/wodby/docker4php/blob/master/docker-compose.yml#L252-L259

abdullah10182 commented 4 years ago

Thanks for answering.

I had to comment out the init option, otherwise it did not work.