-
I using the latest version as of today and I can successfully start the docker native using docker-compose yaml (see below). I can also successfully register and send messages. However when I stop the docker normal and start again, I get an error when I try to send a message that I am not registered. The host path to is showing a mostly empty config file so I think there's a problem with the registration not being saved to the host config file but I'm not sure why. Is there an api call I need to do to cause it to be persistent maybe? I'd appreciate any tips. contents of config file: permissions of config file and path:
docker compose yaml:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
i had an error in my docker-compose volumes syntax. Corrected snippet is:
|
Beta Was this translation helpful? Give feedback.
i had an error in my docker-compose volumes syntax. Corrected snippet is: