• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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