1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-18 02:11:04 +08:00

chore(deps): update chrislusf/seaweedfs docker tag to v4.06 (#3381)

This commit is contained in:
renovate[bot] 2026-01-11 00:29:52 +00:00 committed by GitHub
parent 7730e042d6
commit d103078f57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@ networks:
services:
seaweedfs-master:
image: chrislusf/seaweedfs:4.05
image: chrislusf/seaweedfs:4.06
container_name: ${CONTAINER_NAME}-master
restart: always
networks:
@ -22,7 +22,7 @@ services:
environment:
- TZ=Asia/Shanghai
seaweedfs-volume:
image: chrislusf/seaweedfs:4.05
image: chrislusf/seaweedfs:4.06
depends_on:
- seaweedfs-master
container_name: ${CONTAINER_NAME}-volume
@ -41,7 +41,7 @@ services:
environment:
- TZ=Asia/Shanghai
seaweedfs-filer:
image: chrislusf/seaweedfs:4.05
image: chrislusf/seaweedfs:4.06
depends_on:
- seaweedfs-master
- seaweedfs-volume
@ -63,7 +63,7 @@ services:
environment:
- TZ=Asia/Shanghai
seaweedfs-s3:
image: chrislusf/seaweedfs:4.05
image: chrislusf/seaweedfs:4.06
depends_on:
- seaweedfs-master
- seaweedfs-volume
@ -85,7 +85,7 @@ services:
environment:
- TZ=Asia/Shanghai
seaweedfs-webdav:
image: chrislusf/seaweedfs:4.05
image: chrislusf/seaweedfs:4.06
depends_on:
- seaweedfs-master
- seaweedfs-volume