1
0
Fork 0

chore(deps): update chrislusf/seaweedfs docker tag to v4.04 (#3137)

This commit is contained in:
renovate[bot] 2025-12-25 13:02:20 +00:00 committed by GitHub
parent 001de1945a
commit 9b7684a24d
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.03
image: chrislusf/seaweedfs:4.04
container_name: ${CONTAINER_NAME}-master
restart: always
networks:
@ -22,7 +22,7 @@ services:
environment:
- TZ=Asia/Shanghai
seaweedfs-volume:
image: chrislusf/seaweedfs:4.03
image: chrislusf/seaweedfs:4.04
depends_on:
- seaweedfs-master
container_name: ${CONTAINER_NAME}-volume
@ -41,7 +41,7 @@ services:
environment:
- TZ=Asia/Shanghai
seaweedfs-filer:
image: chrislusf/seaweedfs:4.03
image: chrislusf/seaweedfs:4.04
depends_on:
- seaweedfs-master
- seaweedfs-volume
@ -63,7 +63,7 @@ services:
environment:
- TZ=Asia/Shanghai
seaweedfs-s3:
image: chrislusf/seaweedfs:4.03
image: chrislusf/seaweedfs:4.04
depends_on:
- seaweedfs-master
- seaweedfs-volume
@ -85,7 +85,7 @@ services:
environment:
- TZ=Asia/Shanghai
seaweedfs-webdav:
image: chrislusf/seaweedfs:4.03
image: chrislusf/seaweedfs:4.04
depends_on:
- seaweedfs-master
- seaweedfs-volume