Hello again :)
I have a problem with synchronization. Each time I make any changes on my host (mac os) I have to push these changes to container using m2c push my_directory. Is it normal?
I think I find a way to enable synchronization, but I found also a bug:
➜ my_project ✗ m2c sync start
Error: project already running
➜ my_project ✗ m2c stop
[Mutagen sync]
Terminating sync sessions.................................................... ✔
[Stopping docker containers]
Redis........................................................................ ✔
Db........................................................................... ✔
PHP.......................................................................... ✔
phpMyAdmin................................................................... ✔
Xdebug....................................................................... ✔
Nginx........................................................................ ✔
➜ my_project ✗ m2c sync start
[Starting docker containers]
Redis........................................................................ ✔
Db........................................................................... ✔
Xdebug....................................................................... ✔
phpMyAdmin................................................................... ✔
PHP.......................................................................... ✔
Nginx........................................................................ ✔
[Mutagen sync]
Creating sync sessions....................................................... ✔
Error: project already running
So the command m2c sync start is finished with error, however sync session is created
Hello again :)
I have a problem with synchronization. Each time I make any changes on my host (mac os) I have to push these changes to container using
m2c push my_directory. Is it normal?I think I find a way to enable synchronization, but I found also a bug:
So the command
m2c sync startis finished with error, however sync session is created