Bind address for Talk container recently reverted to 0.0.0.0 #6812
|
I've had Nextcloud AIO up and running for months using a specified bind address via the APACHE_IP_BINDING environment variable. Until recently, this environment variable seemed to also apply to the IP address bound for the nextcloud-aio-talk container. This was desirable functionality, as it let me run other containers on the same host that use the same port (by allowing me to bind those containers to different IP aliases). In the past couple days, this has reverted to binding to all network addresses (0.0.0.0). I deployed a test server and set up a test Nextcloud AIO instance following a similar procedure as my live environment. My deploy command looks like this: sudo docker run \
--init \
--sig-proxy=false \
--name nextcloud-aio-mastercontainer \
--restart always \
--publish 10.1.1.15:8080:8080 \
--volume nextcloud_aio_mastercontainer:/mnt/docker-aio-config \
--volume /var/run/docker.sock:/var/run/docker.sock:ro \
--env APACHE_PORT=11000 \
--env APACHE_IP_BINDING=10.1.1.15 \
ghcr.io/nextcloud-releases/all-in-one:latest \In my example, 10.1.1.11 is the host's standard IP address, and 10.1.1.15 is an IP address alias I added. The output of Is anyone able to confirm if this is an expected change, and if so, is there any way to specify what IP address AIO will use to bind the nextcloud-aio-talk container? Thanks in advance for any insight! |
Replies: 2 comments 2 replies
|
From what I remember it never applied to the talk port |
|
@Curtingham what you can do is to adjust the talk port. See https://github.com/nextcloud/all-in-one?tab=readme-ov-file#how-to-adjust-the-talk-port |
@Curtingham what you can do is to adjust the talk port. See https://github.com/nextcloud/all-in-one?tab=readme-ov-file#how-to-adjust-the-talk-port