trilium: fix YAML
This commit is contained in:
parent
ee77496909
commit
ace3508637
|
@ -1,3 +1,4 @@
|
||||||
|
---
|
||||||
services:
|
services:
|
||||||
trilium:
|
trilium:
|
||||||
image: zadam/trilium
|
image: zadam/trilium
|
||||||
|
@ -7,4 +8,4 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "${TRILIUM_EXTERNAL_PORT}:${TRILIUM_INTERNAL_PORT}"
|
- "${TRILIUM_EXTERNAL_PORT}:${TRILIUM_INTERNAL_PORT}"
|
||||||
volumes:
|
volumes:
|
||||||
- ${DOCKER_STORAGE_PATH}/trilium:/home/node/trilium-data
|
- ${DOCKER_STORAGE_PATH}/trilium:/home/node/trilium-data
|
||||||
|
|
Loading…
Reference in New Issue