• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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