shyim / shopware-docker

Easy to use Docker Installation for Shopware 5 and Shopware 6
MIT License
115 stars 27 forks source link

swdc up no longer working #131

Closed LiaraAlis closed 2 years ago

LiaraAlis commented 2 years ago

I tried to install swdc on my pc at home on WSL 2. Docker Desktop 4.1.0 (69386) with enabled WSL integration is running and working.

After run swdc up I got the following error:

[+] Running 2/2
 ⠿ Network shopware-docker_default    Created                                                                      0.7s
 ⠿ Container shopware-docker-mysql-1  Created                                                                      0.1s
[+] Running 1/1
 ⠿ Container shopware-docker-mysql-1  Started                                                                      1.2s
database ready!
[+] Running 6/8
 ⠿ Container shopware-docker-smtp-1         Created                                                                0.2s
 ⠙ Container shopware-docker-app_sw6-1      Creating                                                               0.2s
 ⠙ Container shopware-docker-cli-1          Creating                                                               0.2s
 ⠿ Container shopware-docker-proxy-1        Created                                                                0.2s
 ⠿ Container shopware-docker-adminer-1      Created                                                                0.2s
 ⠿ Container shopware-docker-dump-server-1  Created                                                                0.2s
 ⠿ Container shopware-docker-mysql-1        Running                                                                0.0s
 ⠿ Container shopware-docker-start_mysql-1  Created                                                                0.2s
Error response from daemon: path /home/apankow/Apps/shopware-docker is mounted on / but it is not a shared mount.

Any ideas?

shyim commented 2 years ago

Disable docker compose v2 in the settings

LiaraAlis commented 2 years ago

This works, thank you! :) Do you plan to support compose v2 in the future?

shyim commented 2 years ago

It is docker desktop related and not docker-compose v2. I use it already on daily base

see https://github.com/docker/compose/issues/8558