VirtoCommerce / vc-docker

Docker support
6 stars 5 forks source link

Docker-compose.yml modification #15

Open bigpoolid opened 3 weeks ago

bigpoolid commented 3 weeks ago

I think the docker-compse.yml file needs to be edited with the following

network: virto: external: true

Otherwise you get this error when you run docker-compose up -d command you get this error below:

ERROR: Network virto declared as external, but could not be found. Please create the network manually using docker network create virto and try again.

You then need to run docker network create virto before containers are built and deployed.

Screenshot 2024-10-24 151144