First batch
This commit is contained in:
15
Diun/docker-compose.yml
Normal file
15
Diun/docker-compose.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
name: diun
|
||||
|
||||
services:
|
||||
diun:
|
||||
image: crazymax/diun:latest
|
||||
command: serve
|
||||
volumes:
|
||||
- "/zstore/Docker-volumes/Diun/data:/data"
|
||||
- "./diun.yml:/diun.yml:ro"
|
||||
- "/var/run/docker.sock:/var/run/docker.sock"
|
||||
environment:
|
||||
- "TZ=Europe/Paris"
|
||||
- "LOG_LEVEL=info"
|
||||
- "LOG_JSON=false"
|
||||
restart: always
|
||||
Reference in New Issue
Block a user