• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Question Docker Problem

DirkMA

New Pleskian
Hi there,

I'm using Plesk Onyx Version 17.0.17 Update #20 on a Centos 7 Server. My Problem is, I try to use a Docker-Container, but i can't configure the Nginx Port Rules (photo attached).

Thank you for reading. ;)plesk.png
 
Hi DirkMA,

well, sorry Dirk, but here are only two possible reasons, why you don't see ( for example: )

Plesk-Onyx_docker_nginx_Proxy-Port-Settings_over_domain.png


Plesk-Onyx_docker_nginx_port-mapping-settings.png


First reason might be: The nginx - container isn't running.
Second reason, you didn't define the nginx port mapping manually and used "automatic port-mapping".
 
I saw this:

Requirements
  • nginx must be running in Plesk.
When saying nginx must be running in Plesk, it's the nginx in Tools & Settings > Updates & Upgrades > Add Components, or a running nginx docker container?

Thank you.
 
Hi Marston,

When saying nginx must be running in Plesk, it's the nginx in Tools & Settings > Updates & Upgrades > Add Components, or a running nginx docker container?
No, it is certainly a "real" NGINX - package, because otherwise you would map the ports from apache, if nginx isn't installed on your server. ;)
 
I have a 'real' NGINX package installed getting the same problem my container is running and if it try and hit my server ip and the port nothing...
in domain under docker proxy rule -> add rule I can't their is no options in the port option.
I also added to Additional nginx directives

location ~ ^/.* {
proxy_pass http://127.0.0.1:32827;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
but nothing...

Am i missing something?
 
Back
Top