feat: update diun 4.30

This commit is contained in:
arch3rPro
2025-09-01 05:30:39 +08:00
parent 4a6341a49f
commit baa1717a4e
3 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
services: services:
diun: diun:
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
image: crazymax/diun:4.29.0 image: crazymax/diun:4.30
command: serve command: serve
restart: always restart: always
networks: networks:
@@ -11,9 +11,9 @@ services:
- ./diun.yml:/diun.yml:ro - ./diun.yml:/diun.yml:ro
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
environment: environment:
- "TZ=Asia/Shanghai" - TZ=Asia/Shanghai
- "LOG_LEVEL=info" - LOG_LEVEL=info
- "LOG_JSON=false" - LOG_JSON=false
networks: networks:
1panel-network: 1panel-network:
external: true external: true