mysql-docker-compose-examples
mysql-docker-compose-examples copied to clipboard
Volume Mounts causes Router to fail
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
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.