Welcome to releasev1.130.0of Immich. After almost three weeks of brewing, we are happy to bring you the new version, which is packed with features, performance enhancements, and UX improvements to boost the app's experience; we hope you will like it. Please take a look at some of the ...
可以使用命令下载 wget -O docker-compose.ymlhttps://github.com/immich-app/immich/releases/latest/download/docker-compose.yml wget -O .envhttps://github.com/immich-app/immich/releases/latest/download/example.env 也可以从后面这个网址用浏览器下载下来,然后将example.env重命名为.env 硬件加速的两个插件...
--- version: "2.1" services: immich: image: ghcr.io/imagegenius/immich:latest container_name: immich environment: - PUID=0 - PGID=0 - TZ=Asia/Shanghai - DB_HOSTNAME=postgres14 - DB_USERNAME=postgres - DB_PASSWORD=postgres - DB_DATABASE_NAME=immich - REDIS_HOSTNAME=redis - DISABLE_...
# https://github.com/immich-app/immich/releases/latest/download/docker-compose.yml # # The compose file on main may not be compatible with the latest release. # version: 3.3 # 增加这行 services: immich-server: container_name: immich_server image: ghcr.io/immich-app/immich-server:${IMMIC...
[root@jeven ~]# docker compose versionDocker Compose version v2.6.0 四、下载immich镜像 从谷歌仓库和docker hub仓库拉取immich相关镜像,版本为最新的latest版本。 代码语言:bash AI代码解释 dockerpull ghcr.io/imagegenius/immich:latestdockerpull redisdockerpull postgres:14 ...
wget https://github.com/immich-app/immich/releases/latest/download/docker-compose.yml 然后再执行以下命令,下载.env文件 wget -O .env https://github.com/immich-app/immich/releases/latest/download/example.env 再输入nano .env,编辑.env文件
要安装并运行 immich 在Docker 中,你可以按照以下步骤操作: 确认Docker环境已经安装并正常运行: 首先,确保你的系统中已经安装了 Docker,并且 Docker 服务正在运行。你可以通过在终端中运行以下命令来检查 Docker 的安装状态: bash docker --version 如果系统返回了 Docker 的版本号,则说明 Docker 已经安装并正常运...
wget https://github.com/immich-app/immich/releases/latest/download/docker-compose.yml 然后再执行以下命令,下载.env文件 代码语言:javascript 代码运行次数:0 运行 AI代码解释 wget-O.env https://github.com/immich-app/immich/releases/latest/download/example.en ...
wget https://github.com/immich-app/immich/releases/latest/download/docker-compose.yml Shell session Copy 然后再执行以下命令,下载.env文件 wget -O .env https://github.com/immich-app/immich/releases/latest/download/example.env Shell session
--- version: "2.1" services: immich: image: ghcr.io/imagegenius/immich:latest container_name: immich environment: - PUID=0 - PGID=0 - TZ=Asia/Shanghai - DB_HOSTNAME=postgres14 - DB_USERNAME=postgres - DB_PASSWORD=postgres - DB_DATABASE_NAME=immich - REDIS_HOSTNAME=redis - DISABLE_...