super_tron
New Pleskian
Hi,
I have one large legacy application that no one has the time and money to rewrite. It is behind authentification and not a security risk. Now I run newest Plesk but need to have PHP 5.6 in a LAMP stack.
So I try it with this docker image or similar: jakejarvis/docker-lamp-php5
It works well, but when I disable automatically assign ports I cannot select the application in the "Docker Proxy" form.
The container exposes Port 80 and Port 3306 standardports and I simply wanted to serve this on a separate domain.
The problem is exactly this one here: Not possible to add Docker Proxy rules, no container is displayed
But the solution from that discussion to expose the ports is already realized in this docker container.
"Looks like the container you using has "Expose" option. Docker image used to deploy the container does not have "Expose" option or the required port is not exposed.
Plesk allows mapping ports that are exposed only."
Does anyone please know what to do or can recommend another docker container, that does what I need.
I have one large legacy application that no one has the time and money to rewrite. It is behind authentification and not a security risk. Now I run newest Plesk but need to have PHP 5.6 in a LAMP stack.
So I try it with this docker image or similar: jakejarvis/docker-lamp-php5
It works well, but when I disable automatically assign ports I cannot select the application in the "Docker Proxy" form.
The container exposes Port 80 and Port 3306 standardports and I simply wanted to serve this on a separate domain.
The problem is exactly this one here: Not possible to add Docker Proxy rules, no container is displayed
But the solution from that discussion to expose the ports is already realized in this docker container.
"Looks like the container you using has "Expose" option. Docker image used to deploy the container does not have "Expose" option or the required port is not exposed.
Plesk allows mapping ports that are exposed only."
Does anyone please know what to do or can recommend another docker container, that does what I need.