1
0
Fork 0

Update cloudreve/cloudreve Docker tag to v4.5.1 (#1252)

This commit is contained in:
renovate[bot] 2025-08-16 00:18:33 +08:00 committed by GitHub
parent a76dd2527f
commit e93193e6d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
version: "3.8"
services:
cloudreve:
image: cloudreve/cloudreve:4.5.0
image: cloudreve/cloudreve:4.5.1
container_name: ${CONTAINER_NAME}
restart: always
ports:

View File

@ -12,7 +12,7 @@ services:
- "./data/conf.ini:/cloudreve/conf.ini"
- "./data/cloudreve.db:/cloudreve/cloudreve.db"
- "./data/avatar:/cloudreve/avatar"
image: cloudreve/cloudreve:4.5.0
image: cloudreve/cloudreve:4.5.1
labels:
createdBy: "Apps"