• 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.

Question How to force Plesk Docker to use 0.0.0.0 instead of 127.0.0.1?

L. Hagen

Basic Pleskian
Server operating system version
Ubuntu 22.04
Plesk version and microupdate number
Obsidian v18
Hi,

it seems so that when using Plesk docker interface that the container listen on 127.0.0.1. This prevents connections from other servers. So how can I setup the Pleask docker that it always listens on 0.0.0.0?

Thx and best regards,
Lars
 
Hi Kaspar, I saw this entry. But I have two "identical" servers (same versions, updates, configs etc.). It woks on one server but not on the other and on both servers the `/etc/docker/daemon.json` contains `{"ip":"127.0.0.1"}`. So I expect the issue in a different place.
If you run the docker ps --format '{{.ID}} {{.Names }} {{.Ports}}' command on both servers, do they also both list 127.0.0.1 on the port forwarding? For example:
34b5670a1bbad phpmyadmin 127.0.0.1:8080->80/tcp, :::8080->80/tcp
 
Back
Top