mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-15 00:17:12 +08:00
feat: update diun 4.30
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user