Linux command
immich 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Start Immich server
docker compose up -d
Stop Immich
docker compose down
View logs
docker compose logs -f
Backup database
docker exec immich_postgres pg_dump > backup.sql
说明
Immich is a self-hosted photo and video backup solution. It provides Google Photos-like functionality with mobile apps and web interface. The platform supports face recognition, geolocation, and automatic organization. It's designed for personal photo management.
参数
- UPLOAD_LOCATION
- Photo storage path.
- DB_PASSWORD
- Database password.
- IMMICH_VERSION
- Version tag.
FAQ
What is the immich command used for?
Immich is a self-hosted photo and video backup solution. It provides Google Photos-like functionality with mobile apps and web interface. The platform supports face recognition, geolocation, and automatic organization. It's designed for personal photo management.
How do I run a basic immich example?
Run `docker compose up -d` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does UPLOAD_LOCATION do in immich?
Photo storage path.