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.
I'm running Docker and need to pass RSA_PRIVATE_KEY as an env variable containing the full text of a PEM formatted private key.
Entering it in the web interface the newlines are escaped (\\n) and I can't find a way to pass the variaable in a way that is acceptable to the container.
I can't...
How do I update a docker image I have downloaded from dockerhub?
Right now I have to remove the local image in Plesk and search anew for it in the repository, then download and create a new container, with all the settings entered manually
Hi folks,
I am using Docker to run a few services, however I do NOT want the ports exposed to the internet. I am running CentOS 7 with firewalld, not Plesk's firewall product.
Does anyone know how to modify firewall rules using firewalld/firewall-cmd to block external access to Docker...
I am trying to run odoo under dockers, when I run the magnet I stay here and without touching anything I run.
I don't know if I have to add information to:
volume allocation,
If I leave it blank, it will fill it in later.
but it appears to me that this address is not mounted,
and...
Hi, as there is a "Console Log" area in Docker container's detail page, if the logs grow large, the UI will be freezed when entering page and I need to wait quite a while to take further actions.
Hope there will be options to hide the logs by default.
I've been wanted to set up an instance of Ghost in docker, and recently discovered that with Ghost 5, the developers now require the use of MySQL. My Plesk installation running on an Ubuntu Linux server uses MariaDB, so I thought I might try creating a docker container running MySQL 8 make that...
Hey guys,
I have an issue with the Docker feature on Ubuntu Ubuntu 20.04.5 LTS. I have automatic updated enabled so I always use the latest Plesk version.
Every few days my Docker containers crash. Sometimes it's a network related error (I cant reproduce this right now) and sometimes its the...
I have set up a web server in docker but I can't figure out how to get SSL to work. Without SSL it works fine but when accessing with https:// it throws the Plesk default page. Seems that the proxy rule is not configured right. SSL-certificate is handled by certbot inside the same docker...
For a few days I’ve been struggling with a MySQL + Docker + ClusterIP (floating IP or virtual IP) problem. I’m trying to create a failover for my servers. If Server1 fails, Server2 should take over automatically. Both servers are running MySQL 8.0.31 (latest image from the hub) in a Docker...
Hello everyone,
I'm working with docker containers. In total, there are 33 containers running websites. They all run on different ports. Connected to domain names with proxy rules. I started getting the following error when I ran docker-compose run app xxx
ERROR: could not find an available...
Hello,
I cannot edit the left port on a docker container. What could be the reason for this? The field is locked against input.
In the Plesk instructions, for example, 80 is entered there. So it should be possible in principle?
Oliver
Hello,
first of all I'm a very newbie on Plesk. But everything worked for me until now.
So I have a Docker container running Gitea. Gitea is running perfectly with the Docker extension in Plesk.
It has a manual port mapping:
So far so good. I also added a docker proxy rule:
If I go to this...
Hello, I am going to move my store from Magento 2.2 to 2.4.5, and requires elasticsearch to work properly. I am an amateur but I have a VP with plesk.
I do the Docker installation in the Plesk extensions, already installed it does not allow me to start. This is normal?
I watched many...
I've updated from Debian 9 to Debian 11 using the recommended steps and everything worked fairly okay. Except for one thing where Docker doesn't start anymore. Using systemctl start docker produces this output in journalctl -xe and I don't know how to proceed.
Aug 02 14:33:48 <hostname>...
Hello,
could someone please guide me how to install XWiki-Dockerfile step by step?
I want to access it via an external URL.
I do not even get the Dockerfile to run.
Regards,
Gunther
When trying to install xwiki and rocket.chat on docker, I get first of all this:
I cannot Open Repair Kit, as admin password is not accepted.
It seems that docker-file is nevertheless installed,
but shows errors in the log. THe log is quite large, so i cannot add it here.
The last lines are...
I would like to use the container ejabberd with the Docker extension. After the installation, variables are already predefined. Can these be taken over or where do they come from? What about the entry of the volume mapping? If I enter "/home/ejabberd/database", I get an error message that the...
Hallo there,
I'm using redis as a Object Cache for my WordPress installation and I'm very happy about the performance that I get out of it.
Every month or so I get some warnings about redis and the connection get lost.
I tried to debug the situation, but I think that the KISS solution is to...