1
0

chore(deps): update crazymax/diun docker tag to v4.31.0 (#3138)

This commit is contained in:
renovate[bot]
2025-12-25 13:02:24 +00:00
committed by GitHub
parent 9b7684a24d
commit 9e8e716fbb
3 changed files with 1 additions and 1 deletions

View File

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