From 95f8b48ce12992b9cbc196dc7840b4a3c89ca440 Mon Sep 17 00:00:00 2001 From: Quildra Date: Mon, 22 May 2023 12:03:05 +0100 Subject: [PATCH] disable these for the moment --- immich-docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/immich-docker-compose.yml b/immich-docker-compose.yml index 602ad65..b48d212 100644 --- a/immich-docker-compose.yml +++ b/immich-docker-compose.yml @@ -69,11 +69,11 @@ services: immich-proxy: container_name: immich_proxy image: ghcr.io/immich-app/immich-proxy:release - environment: + #environment: # Make sure these values get passed through from the env file - - IMMICH_WEB_URL #=http://immich-web:3000 - - IMMICH_SERVER_URL #=http://immich-server:3001 - - IMMICH_MACHINE_LEARNING_URL #=http://immich-machine-learning:3003 + #- IMMICH_WEB_URL #=http://immich-web:3000 + #- IMMICH_SERVER_URL #=http://immich-server:3001 + #- IMMICH_MACHINE_LEARNING_URL #=http://immich-machine-learning:3003 ports: - 2283:8080 depends_on: