symfony-docker icon indicating copy to clipboard operation
symfony-docker copied to clipboard

docker-sync-stack not found

Open KingMikeX opened this issue 2 years ago • 2 comments

Hey there,

is the project still useable? Because i did want to start the containers, but I have to use the docker-sync-stack command like you said in the README-file. The Problem is that it doesn't find the docker-sync command.

  • I use Mac OS
  • I have Docker installed, but not docker-sync

I would appriciate your help.

THANKS

KingMikeX avatar Feb 14 '23 20:02 KingMikeX

I can confirm that the command does not exist. I did that by running docker-compose up. but the project files are not mapped the container, not sure but i was not able to run docker-compose since I needed to create the volume "symfony_dockerized_app_sync" manually.

FYI: I'm on Mac M1

thamerbelfkihthamer avatar Feb 15 '23 16:02 thamerbelfkihthamer

I believe you can install docker-sync with the following command: sudo gem install docker-sync

philman1 avatar Apr 08 '23 21:04 philman1