Define serve command (#393)

Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2021-05-31 11:28:04 +02:00
committed by GitHub
parent 8855fbe228
commit e1bb4eea7f
8 changed files with 18 additions and 0 deletions

View File

@@ -12,6 +12,8 @@ version: "3.5"
services:
diun:
image: crazymax/diun:latest
container_name: diun
command: serve
volumes:
- "./data:/data"
- "/var/run/docker.sock:/var/run/docker.sock"
@@ -43,6 +45,8 @@ version: "3.5"
services:
diun:
image: crazymax/diun:latest
container_name: diun
command: serve
volumes:
- "./data:/data"
- "./diun.yml:/diun.yml:ro"