Skip to content

Commit

Permalink
fix: immich cloud subdomains should point at Mich (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
zackpollard authored Jun 10, 2024
1 parent 1892667 commit fd090fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/modules/cloudflare/account/dns-immich-cloud.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ resource "cloudflare_record" "immich_cloud_cname_star_dot_root" {
proxied = false
ttl = 1
type = "CNAME"
value = "immich.cloud"
value = "mich.immich.cloud"
zone_id = cloudflare_zone.immich_cloud.id
}

Expand Down

0 comments on commit fd090fa

Please sign in to comment.