差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

兩邊的前次修訂版 前次修改
下次修改
前次修改
tech:photoprism [2023/01/15 00:28] jonathantech:photoprism [2023/02/09 22:15] (目前版本) – [安裝程序] jonathan
行 24: 行 24:
 wget https://dl.photoprism.app/docker/docker-compose.yml wget https://dl.photoprism.app/docker/docker-compose.yml
 </cli> </cli>
-  * 修改 docker-compose.yml 內的密碼與網址設定 <file>+  * 修改 docker-compose.yml 內的 restart,  密碼與網址設定 <file> 
 +
 +services:                                                                              
 +  photoprism:                                                                          
 +    ## Use photoprism/photoprism:preview for testing preview builds:                   
 +    image: photoprism/photoprism:latest                                                
 +    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://docs.photoprism.app/getting-started/troubleshooting/#fatal-server-errors                              
 +    restart: unless-stopped                                                                                         
 : :
       PHOTOPRISM_ADMIN_PASSWORD: "xxxxxxxxxx"          # initial superadmin password (minimum 8 characters)       PHOTOPRISM_ADMIN_PASSWORD: "xxxxxxxxxx"          # initial superadmin password (minimum 8 characters)
  • tech/photoprism.1673713688.txt.gz
  • 上一次變更: 2023/01/15 00:28
  • jonathan