mirror of
https://github.com/driftywinds/driftywinds.git
synced 2025-12-18 18:23:16 +00:00
11 lines
254 B
YAML
11 lines
254 B
YAML
version: "3"
|
|
services:
|
|
trilium:
|
|
ports:
|
|
- 8080:8080
|
|
volumes:
|
|
- ./trilium-data:/home/node/trilium-data
|
|
image: triliumnext/notes:stable
|
|
# command: "%%{WARNING}%%"
|
|
# external caddy handles SSl certs
|