Update diun/docker-compose.yml

Add restart option
This commit is contained in:
2026-01-31 10:45:18 +00:00
parent 0e0c555112
commit a248f22b54

View File

@@ -2,6 +2,7 @@ services:
diun:
image: crazymax/diun:latest
container_name: diun
restart: unless-stopped
command: serve
volumes:
- "/data/docker/diun/beta/data:/data"