diff --git a/docker/.env.example b/docker/.env.example index 11faccaee1..4a640e9587 100644 --- a/docker/.env.example +++ b/docker/.env.example @@ -85,7 +85,7 @@ IMMICH_MACHINE_LEARNING_URL=http://immich-machine-learning:3003 # Examples: http://localhost:3001, http://immich-api.example.com, etc #################################################################################### -IMMICH_API_URL_EXTERNAL=http://localhost:3001 +#IMMICH_API_URL_EXTERNAL=http://localhost:3001 #################################################################################### # API Cors Allowed Origins - Optional @@ -94,4 +94,4 @@ IMMICH_API_URL_EXTERNAL=http://localhost:3001 # For example, if IMMICH_API_URL_EXTERNAL is set to a full URL. #################################################################################### -ALLOW_CORS_ORIGIN=http://localhost:2283 \ No newline at end of file +#ALLOW_CORS_ORIGIN=http://localhost:2283 \ No newline at end of file