Closed lalebarde closed 2 years ago
Hello I want to learn hacking Termux
Hi @lalebarde !
I should have specified that the given stack is for Docker Swarm, and not Docker compose.
Your problem is because the network is of type "overlay
", which is a swarm network (in case of docker compose only, it should be of type "bridge
")
Your second issue on external volume "" not found
is more curious, look like volume name is empty i don't know why.
I am currently updating projeqtor image to last stable version 9.4.2, I will update my readme in the same time, watch for futher updates ! 😉
Hi Noé, I have assumed to launch your project with
docker-compose up
, but I get this error:Then if I do
docker swarm init
, it looks better:Nothing seems to run.
I am not a Docker expert. What is the way forward please?