差異處
這裏顯示兩個版本的差異處。
兩邊的前次修訂版 前次修改 下次修改 | 前次修改 | ||
tech:photoprism [2023/01/14 23:59] – [安裝程序] jonathan | tech:photoprism [2023/02/09 22:15] (目前版本) – [安裝程序] jonathan | ||
---|---|---|---|
行 1: | 行 1: | ||
- | ====== | + | ====== 在 Alpine 上安裝 PhotoPrism ====== |
* VM : 2vCore / 4GRAM / 32GSSD | * VM : 2vCore / 4GRAM / 32GSSD | ||
* OS : Alpine 3 參考 - [[tech/ | * OS : Alpine 3 參考 - [[tech/ | ||
行 24: | 行 24: | ||
wget https:// | wget https:// | ||
</ | </ | ||
- | * 修改 docker-compose.yml 內的密碼與網址設定 < | + | * 修改 docker-compose.yml 內的 |
+ | : | ||
+ | services: | ||
+ | photoprism: | ||
+ | ## Use photoprism/ | ||
+ | image: photoprism/ | ||
+ | depends_on: | ||
+ | - mariadb | ||
+ | ## Don't enable automatic restarts until PhotoPrism has been properly configured and tested! | ||
+ | ## If the service gets stuck in a restart loop, this points to a memory, filesystem, network, or database issue: | ||
+ | ## https:// | ||
+ | restart: unless-stopped | ||
: | : | ||
PHOTOPRISM_ADMIN_PASSWORD: | PHOTOPRISM_ADMIN_PASSWORD: | ||
行 43: | 行 54: | ||
===== 開始使用 ===== | ===== 開始使用 ===== | ||
* Exp. http:// | * Exp. http:// | ||
+ | * 開始對 NAS 內的 LocalPhotos 建立索引 - Library -> INDEX -> START \\ {{: | ||
===== 參考網址 ===== | ===== 參考網址 ===== |