mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-17 01:37:10 +08:00
feat: update diun 4.30
This commit is contained in:
19
apps/diun/4.30/docker-compose.yml
Normal file
19
apps/diun/4.30/docker-compose.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
services:
|
||||
diun:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
image: crazymax/diun:4.30
|
||||
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
|
||||
Reference in New Issue
Block a user