Open bigpoolid opened 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.
docker network create virto
You then need to run docker network create virto before containers are built and deployed.
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.