BadChoice / handesk

A Powerful Laravel Help Desk and Lead Management App
https://github.com/BadChoice/handesk
MIT License
1.41k stars 395 forks source link

Setting up on mac via docker compose #418

Open uncle-tee opened 4 years ago

uncle-tee commented 4 years ago

I have been trying to set this up on mac for some time now using docker. I always this this error.

RROR: for handesk_php-fpm_1  Cannot start service php-fpm: b'Mounts denied: \r\nThe path /Applications/XAMPP/xamppfiles/htdocs/open-source/handesk\r\nis not shared from OS X and is not known to Docker.\r\nYou can configure shared paths from Docker -> Preferences... -> File Sharing.\r\nSee https://docs.docker.com/docker-for-mac/osxfs/#namespaces for more info.\r\n.'

ERROR: for handesk_nginx_1  Cannot start service nginx: b'Mounts denied: \r\nThe path /Applications/XAMPP/xamppfiles/htdocs/open-source/handesk\r\nis not shared from OS X and is not known to DockerCreating handesk-mysql     ... done

ERROR: for php-fpm  Cannot start service php-fpm: b'Mounts denied: \r\nThe path /Applications/XAMPP/xamppfiles/htdocs/open-source/handesk\r\nis not shared from OS X and is not known to Docker.\r\nYou can configure shared paths from Docker -> Preferences... -> File Sharing.\r\nSee https://docs.docker.com/docker-for-mac/osxfs/#namespaces for more info.\r\n.'

ERROR: for nginx  Cannot start service nginx: b'Mounts denied: \r\nThe path /Applications/XAMPP/xamppfiles/htdocs/open-source/handesk\r\nis not shared from OS X and is not known to Docker.\r\nYou can configure shared paths from Docker -> Preferences... -> File Sharing.\r\nSee https://docs.docker.com/docker-for-mac/osxfs/#namespaces for more info.\r\n.'

@mofesola please you can also see to this.

AGrant24 commented 2 years ago

the docker installation could use more clarity for new users