From bff4e197a2d8eba30d69634d60bb31a131a155c9 Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Tue, 21 Nov 2023 12:57:18 +0100 Subject: [PATCH] Update docker-compose-old.yml use the official port mappings --- examples/immich/docker-compose-old.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/immich/docker-compose-old.yml b/examples/immich/docker-compose-old.yml index 4873014d9..d69f85fc3 100644 --- a/examples/immich/docker-compose-old.yml +++ b/examples/immich/docker-compose-old.yml @@ -121,7 +121,7 @@ services: container_name: immich-proxy image: altran1502/immich-proxy:v1.87.0 ports: - - 8080:8080 # WEB UI via proxy; do not remove this proxy service, use it! Even if you have your own reverse proxy. + - 2283:8080 # WEB UI via proxy; do not remove this proxy service, use it! Even if you have your own reverse proxy. depends_on: - immich-server restart: unless-stopped