server/docker/diun/compose.yml

14 lines
305 B
YAML
Raw Normal View History

2024-12-21 13:57:28 +01:00
services:
diun:
image: crazymax/diun:latest
command: serve
container_name: diun
volumes:
- "./data:/data"
- "/var/run/docker.sock:/var/run/docker.sock"
- "./diun.yml:/diun.yml:ro"
environment:
# general settings
- "TZ=Europe/Berlin"
restart: always