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