Update diun/docker-compose.yml
Add restart option
This commit is contained in:
@@ -2,6 +2,7 @@ services:
|
||||
diun:
|
||||
image: crazymax/diun:latest
|
||||
container_name: diun
|
||||
restart: unless-stopped
|
||||
command: serve
|
||||
volumes:
|
||||
- "/data/docker/diun/gamma/data:/data"
|
||||
|
||||
Reference in New Issue
Block a user