• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Resolved A custom hostname for Mysql8 run via Docker

marek.tenus

New Pleskian
I've been running mysql8 container via Docker using a Plesk's extension.
When I connect my app with the container, I use its IP (MySQL container) as hostname. But as you know, this IP is dynamically assigned.
It means that after restarting the container IP/rebooting system, it can be changed.
My question is: How can I set up a custom hostname for my MySQL with the Plesk's extension?

example

before in my app config

MYSQL_HOST=<CONTAINER_IP>

after in my app config

MYSQL_HOST=mysql

I hope I've explained it clearly.
 
I solved that by running docker via console and setting up a static IPs for my containers. Because of it, you can't to change settings with Plesk's extension.
 
Back
Top