chore(deps): update crazymax/diun docker tag to v4.31.0 (#3138)
This commit is contained in:
19
apps/diun/4.31.0/docker-compose.yml
Normal file
19
apps/diun/4.31.0/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user