Qanah
Qanah
@SadeghPM i make some changes on your script put still i need a way to run it from the master project to the subproject so I can clear the cache...
@sguilly any update? please help me if you fix this issue
finally, this is my solution ``` version: "3.7" services: vmq0: image: vernemq/vernemq environment: DOCKER_VERNEMQ_SWARM: 1 DOCKER_VERNEMQ_ACCEPT_EULA: "yes" DOCKER_NET_INTERFACE: eth0 DOCKER_VERNEMQ_USER_QANAH: 'password' networks: - vmq_net command: > /bin/sh -c "cp /usr/sbin/start_vernemq...
I solve it by running `docker-machine regenerate-certs server-name`