I upgraded using docker compose pull && docker compose up -d
I use caddy, here's my caddy config which worked perfectly before
immich.rajtech.me {
#file_server
reverse_proxy http://192.168.100.60:2283
# For SSL
tls {
dns cloudflare {env.RAJ_CLOUDFLARE_API_TOKEN}
}
}
Running immich with docker compose up to view live logs, this is all i get
immich_server | [Nest] 17 - 10/24/2024, 6:56:56 PM LOG [Api:RouterExplorer] Mapped {/api/users/:id/profile-image, GET} route
immich_server | [Nest] 17 - 10/24/2024, 6:56:56 PM LOG [Api:RoutesResolver] ViewController {/api/view}:
immich_server | [Nest] 17 - 10/24/2024, 6:56:56 PM LOG [Api:RouterExplorer] Mapped {/api/view/folder/unique-paths, GET} route
immich_server | [Nest] 17 - 10/24/2024, 6:56:56 PM LOG [Api:RouterExplorer] Mapped {/api/view/folder, GET} route
immich_server | [Nest] 17 - 10/24/2024, 6:56:56 PM LOG [Api:NestApplication] Nest application successfully started
immich_server | [Nest] 17 - 10/24/2024, 6:56:56 PM LOG [Api:Bootstrap] Immich Server is listening on http://[::1]:2283 [v1.118.2] [production]
trying to reach my server from local IP does not work
.