mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-25 23:03:58 +01:00
Define serve command (#393)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user