Listen port 2283:2283 on v1.118.0 #4536

Closed
opened 2026-02-05 10:39:43 +03:00 by OVERLORD · 0 comments
Owner

Originally created by @reraxe on GitHub (Oct 15, 2024).

The bug

"Reverse proxies using port 3001 also need to be updated to use port 2283."

Still listens to 3001.

The OS that Immich Server is running on

Ubuntu

Version of Immich Server

v1.118.0

Version of Immich Mobile App

v1.118.0

Platform with the issue

  • Server
  • Web
  • Mobile

Your docker-compose.yml content

...
image: ghcr.io/immich-app/immich-server:v1.118.0
...
      labels:
        - "traefik.http.services.immich.loadbalancer.server.port=3001"

Your .env content

n/a

Reproduction steps

  1. Launch server with 2283 listen port.
  2. Does not launch. Check log and shows listening to 3001
  3. changed it back to 3001 to launch server.
    ...

Relevant log output

[Nest] 17  - 10/15/2024, 10:05:46 AM     LOG [Api:Bootstrap] Immich Server is listening on http://[::1]:3001 [v1.118.0] [production]

Additional information

No response

Originally created by @reraxe on GitHub (Oct 15, 2024). ### The bug "Reverse proxies using port 3001 also need to be updated to use port 2283." Still listens to 3001. ### The OS that Immich Server is running on Ubuntu ### Version of Immich Server v1.118.0 ### Version of Immich Mobile App v1.118.0 ### Platform with the issue - [X] Server - [ ] Web - [ ] Mobile ### Your docker-compose.yml content ```YAML ... image: ghcr.io/immich-app/immich-server:v1.118.0 ... labels: - "traefik.http.services.immich.loadbalancer.server.port=3001" ``` ### Your .env content ```Shell n/a ``` ### Reproduction steps 1. Launch server with 2283 listen port. 2. Does not launch. Check log and shows listening to 3001 3. changed it back to 3001 to launch server. ... ### Relevant log output ```shell [Nest] 17 - 10/15/2024, 10:05:46 AM LOG [Api:Bootstrap] Immich Server is listening on http://[::1]:3001 [v1.118.0] [production] ``` ### Additional information _No response_
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#4536