Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
When you create a Docker container through Plesk and that container has port mappings, then the host ports are automatically opened to the external network.
For example, if you create a MySQL container, and it has the port mapping 32768:3306, then port 32768 on the host machine is implicitly...
Docker containers with mapped ports are exposed externally. For example, a MySQL database server within a Docker container, which maps the MySQL port 3306 from within the container to the port 32768 on the host, will be accessible from outside the server.
This can be mitigated when creating a...