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