MySQL and Infrastructure

Hi there,

i have a question regarding my infrastructure in combination with docker.

I have an central server (Synology DiskStation 1815+), where docker are running with a mysql and a phpMyAdmin container. On my development machine, i’ve also installed docker to run several containers for developing some websites (mostly php).

The plan was to move the database stuff to the server and each container on the dev-machine have the db connection credentials for the mysql server on the DiskStation. But loading the webpages on the dev-machines are very slow and i don’t know the reason behind. If i open the phpMyAdmin container, the speed are normal and i have no problems.

Is there anything i’m doing wrong or misunderstood something?

Thank’s for your help!