i have update my immich container in proxmox, from 2 or 3 days i have Connection failed from https://ip:2283 or https://ip:2283/api, today i can try to follow this guide:
https://github.com/immich-app/immich/discussions/13459
after that my docker-compose file is :
name: immich
services:
immich-server:
container_name: immich_server
image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
volumes:
- ${UPLOAD_LOCATION}:/usr/src/app/upload
- /etc/localtime:/etc/localtime:ro
env_file:
- .env
ports:
- 2283:2283
depends_on:
- redis
- database
restart: always
immich-machine-learning:
container_name: immich_machine_learning
# For hardware acceleration, add one of -[...........
the web page is Connetion failed.
any idea?
tks in advance
.