mirror of
https://github.com/driftywinds/driftywinds.git
synced 2025-12-18 18:23:16 +00:00
Create compose.yml
This commit is contained in:
10
docker-compose-files/trilliumNext/compose.yml
Normal file
10
docker-compose-files/trilliumNext/compose.yml
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
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
|
||||||
Reference in New Issue
Block a user