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