Why does IMMICH_HOST have no effect?
I want to bind Immich to 10.149.216.4, which is an IP of my WireGuard interface
I have in my
IMMICH_HOST=10.149.216.4
HOST=10.149.216.4
And I updated the image doing:
# docker compose up -d --force-recreate
However, Immich still listens on 0.0.0.0:
# netstat -tulpn | grep 2283
tcp 0 0 0.0.0.0:2283 0.0.0.0:* LISTEN 212763/docker-proxy
tcp6 0 0 :::2283 :::* LISTEN 212770/docker-proxy
(I'm a Docker n00b.)
wg0.I have in my
.env (the second variable should be superluous, I know):IMMICH_HOST=10.149.216.4
HOST=10.149.216.4
And I updated the image doing:
# docker compose up -d --force-recreate
However, Immich still listens on 0.0.0.0:
# netstat -tulpn | grep 2283
tcp 0 0 0.0.0.0:2283 0.0.0.0:* LISTEN 212763/docker-proxy
tcp6 0 0 :::2283 :::* LISTEN 212770/docker-proxy
(I'm a Docker n00b.)