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

@@ -16,6 +16,8 @@ version: "3.5"
services:
diun:
image: crazymax/diun:latest
container_name: diun
command: serve
volumes:
- "./data:/data"
- "./custom-images.yml:/custom-images.yml:ro"