I use Kitematic to manage my containers. I run rabbitmq on docker and it's running. The problem is when I configure its volume. Whenever I set local folder for its volume (in Kitematic) it will stop, start, and print the following error:
chown: changing ownership of '/var/lib/rabbitmq/.erlang.cookie': Permission denied
How do I solve this problem?