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