From bb2014612f19fc6eec06a0c632f4f984c2f21fbe Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Sun, 19 Feb 2023 06:19:44 +0100 Subject: [PATCH] Update docker-compose.yml --- immich/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/immich/docker-compose.yml b/immich/docker-compose.yml index 10d2ab4..f339605 100644 --- a/immich/docker-compose.yml +++ b/immich/docker-compose.yml @@ -87,8 +87,8 @@ services: immich-proxy: container_name: immich-proxy image: altran1502/immich-proxy:release -# ports: -# - 8080:8080 # WEB UI via proxy; do not remove this proxy service, use it! + ports: + - 8080: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