• 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

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