Bug description
when using private-tangle.sh lots of error-msgs occur:
WARN[0000] network tangle: network.external.name is deprecated. Please set network.name with external: true
AND
Waiting coordinator bootstrap to stop gracefully...
Error response from daemon: No such container: 2385239fcb05553225d6e5238fb94b540dc23b88ea1adabeac7ef83ef36296f1
nodes are not deployed
Docker and docker-compose version
Docker version 23.0.1, build a5ee5b1
Docker Compose version v2.16.0
Portainer 2.17.1
Hardware specification
VPS on Ubuntu 22.04
Steps To reproduce the bug
Explain how the maintainer can reproduce the bug.
- just run the one-click-install
Expected behaviour
private tangle with 4 containers should be deployed
Actual behaviour
nodes are not deployed in docker and when I edit docker-compose.yaml and correct the first bug with:
networks:
tangle:
name: private-tangle
external: true
it seems to go wrong in bootstrapCoordinator ()
like the coo.bootstrap.container is not deployed or something
it generates an error and the other nodes (node, spammer, etc.) are not deployed.
Errors
Waiting coordinator bootstrap to stop gracefully...
Error response from daemon: No such container: 2385239fcb05553225d6e5238fb94b540dc23b88ea1adabeac7ef83ef36296f1