➜ docker exec -it c458b2e04ebe /bin/sh
$ curl localhost:8080
{"statusCode":404,"message":"Cannot GET /","error":"Not Found"}
$ curl immich_server:3001/
{"statusCode":404,"message":"Cannot GET /","error":"Not Found"
$ curl immich_server:3001/server-info/ping
{"res":"pong"}
➜ docker exec -it c458b2e04ebe /bin/sh
$ curl localhost:8080
{"statusCode":404,"message":"Cannot GET /","error":"Not Found"}
$ curl immich_server:3001/
{"statusCode":404,"message":"Cannot GET /","error":"Not Found"
$ curl immich_server:3001/server-info/ping
{"res":"pong"}