Hi there,
trying to use the the docker-compose setup suggested here I face an error during starting up the container:
"Failure
failed to deploy a stack: service "picapport" refers to undefined network backend: invalid compose project"
Removing this two lines from the docker-compose.yml
networks:
backend
will start the container but trying to access picapport yields only a "Hello World" page of the web server.
Perhaps someone has a hint to overcome this failure?
Hi there, trying to use the the docker-compose setup suggested here I face an error during starting up the container: "Failure failed to deploy a stack: service "picapport" refers to undefined network backend: invalid compose project" Removing this two lines from the docker-compose.yml networks:
Perhaps someone has a hint to overcome this failure?