diff --git a/modules/20-services-apps/immich/main.tf b/modules/20-services-apps/immich/main.tf index 4aa8f47..e505cb1 100644 --- a/modules/20-services-apps/immich/main.tf +++ b/modules/20-services-apps/immich/main.tf @@ -192,6 +192,6 @@ output "service_definition" { endpoint = "http://${local.server_name}:${local.server_port}" subdomains = ["photos"] publish_via = "reverse_proxy" - proxied = false + proxied = true } }