jguyomard / docker-laravel

:whale: Docker Images for Laravel development
MIT License
109 stars 62 forks source link

Not a windows path #10

Closed annazeller closed 6 years ago

annazeller commented 6 years ago

Within the php Dockerfile the composer installation is called and then later mounted to $HOME/.composer in the docker-compose.yml. This is not a windows path and therefore, the container won't start up... I'm fairly new to docker, do you have any solutions? Thanks in advance!

jguyomard commented 6 years ago

Hello,

I'm not a windows user, but i can see two solutions:

annazeller commented 6 years ago

Hey, thanks for the reply. Your first idea is exactly what I ended up doing because we're sharing a project between mac and windows users.