ziti has some leftover configuration from when it was set to port 80. You can reset everything or we can do surgery on the config. Easier to reset.
Delete the ziti and zrok state in Docker:
docker compose down --volumes
Start again:
docker compose up --detach --build
Okay, it is working.
How/when did you find I have to let go the old volumes?
Also, thanks for your time. I really appreciate it. 🩵
1 Like
This told me the controller was listening on 80/TCP, or trying to, and I knew you wanted to use 8006/TCP, so I inferred at least some of the controller state was stale.
Most of the config generation in these convenience-oriented examples are one-shot, not declarative, so you have to modify the generated config or start over if you want to change something.
You're welcome. Happy Friday.
1 Like