You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Erro no windows 10 utilizando o WSL como backand no Docker "Error response from daemon: path /home/user/project_path/docker/nginx is mounted on / but it is not a shared mount."
#1
Senhores, ao tentar rodar docker compose up -d eu recebi o seguinte erro: Error response from daemon: path /home/kavim/Projects/laravel/docker/nginx is mounted on / but it is not a shared mount.
Utilizando o Composer 2 no WSL (debian) eu consegui resolver (depois pesquisar um pouco) com base nesse comentário
basicamente removendo a ultima barra em ./docker/nginx/:/etc/nginx/conf.d/
Senhores, ao tentar rodar
docker compose up -d
eu recebi o seguinte erro:Error response from daemon: path /home/kavim/Projects/laravel/docker/nginx is mounted on / but it is not a shared mount.
Utilizando o Composer 2 no WSL (debian) eu consegui resolver (depois pesquisar um pouco) com base nesse comentário
basicamente removendo a ultima barra em
./docker/nginx/:/etc/nginx/conf.d/
The text was updated successfully, but these errors were encountered: