I’ve been banging my head on this for a few days now, and I can’t figure this out. When I start up immich container, I see in docker ps
:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
1c496e061c5c ghcr.io/immich-app/immich-server:release "tini -- /bin/bash s…" About a minute ago Up About a minute (healthy) 2283/tcp, 0.0.0.0:2284->3001/tcp, [::]:2283->3001/tcp immich
netstat
shows that port 2283 is listening, but I cannot access http://IP_ADDRESS:2283
from Windows, Linux, or Mac host. If I SSH in and run a browser back through that, I can’t access it via localhost. I even tried changing the port to 2284. I can see the change in netstat
and docker ps
outputs, but still no luck accessing it. I also can’t telnet to either port on the host. I know Immich is up because it’s accessible via the swag reverse proxy (I’ve also tried bringing it up w/ that disabled). I don’t see anything in the logs of any of the immich containers or any of the host system logs when I try to access.
All of this came about because I ran into the Cloudflare upload size limit and it seems I can’t get around it for the strangest reason!
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don’t control.
Rules:
Be civil: we’re here to support and learn from one another. Insults won’t be tolerated. Flame wars are frowned upon.
No spam posting.
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it’s not obvious why your post topic revolves around selfhosting, please include details to make it clear.
Don’t duplicate the full text of your blog or github here. Just post the link for folks to click.
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
No trolling.
Resources:
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
That’s an IPv6 address forwarding to port 3001.