Ziti Edge Router can't connect after some time (Docker Compose)

Sorry I might not be explaining myself correctly.

^ What I said here, is not happening anymore, thats good :+1: ^

What I referred here, is the issue i mentioned here.

Regarding what you sent here:

You ran the docker compose down -v command: the -v flag removes the volumes, if you run docker compose up, wait for startup, then run docker compose down keeping the volumes, the next time you run docker compose up you won't be able to do zitiLogin inside the controller because of the ZITI_PWD issue that we were discussing in the other thread

I might have misunderstood @gberl002 messages but I thought that was the issue he was referring to when he said:

Sorry, I might have not explained myself correctly :sweat_smile:

For the record, these are the commands that I'm running

# Clean start removing everything
docker volume rm $(docker volume ls --quiet)
docker image rm $(docker image ls --quiet)
# Start up compose
docker compose up -d
docker exec -it zititest-ziti-edge-controller-1 bash
# (inside container)
zitiLogin <---- this works good
# (exit container)
docker compose down
docker compose up -d
docker exec -it zititest-ziti-edge-controller-1 bash
# (inside container)
zitiLogin <----- failure

Yep I just checked it seems good, I'll wait for the updates on the ZITI_PWD and the "router disconnecting after some docker compose ups/downs" issues.