mysql-docker-compose-examples icon indicating copy to clipboard operation
mysql-docker-compose-examples copied to clipboard

Volume Mounts causes Router to fail

Open zafarale opened this issue 5 years ago • 1 comments

I am trying to mount volumes for mysql nodes as

volumes: - ./volumes/mysql/node2/data:/var/lib/mysql - ./volumes/mysql/node2/log:/var/log/mysql

this causes router to fail, any help would be appreciated

zafarale avatar Feb 07 '20 17:02 zafarale

Please post the detailed error messages and I can try have a look.

Also post the output when running without volumes and what server version you are running.

neumayer avatar Feb 12 '20 12:02 neumayer