Comments on: Docker-compose for MySQL with phpMyAdmin https://tecadmin.net/docker-compose-for-mysql-with-phpmyadmin/ How to guide for System Administrator's and Developers Tue, 27 Apr 2021 10:48:30 +0000 hourly 1 https://wordpress.org/?v=6.1.1 By: ganesh https://tecadmin.net/docker-compose-for-mysql-with-phpmyadmin/#comment-62835 Tue, 27 Apr 2021 10:48:30 +0000 https://tecadmin.net/?p=21940#comment-62835 how make like localhost/phpmyadmin to display phpmyadim

]]>
By: Rahul https://tecadmin.net/docker-compose-for-mysql-with-phpmyadmin/#comment-56989 Wed, 16 Dec 2020 17:34:07 +0000 https://tecadmin.net/?p=21940#comment-56989 Here port is used to bind host machine port (6033) to bind mysql port (3306) running in container.

If you are connecting docker container from another docker container, no need to define port. It will connect over default port.

But when connecting mysql from host machine use 6033 port to connect mysql running under container.

]]>
By: Nicholas https://tecadmin.net/docker-compose-for-mysql-with-phpmyadmin/#comment-56988 Wed, 16 Dec 2020 17:25:11 +0000 https://tecadmin.net/?p=21940#comment-56988 Hi Rahul, thanks for this… I am wondering how you create the MySQL connection URL from the environment variables you have listed from lines 7-13 in the docker-compose.yml file? does port take the place of in the connection URL?

]]>