Created
August 31, 2020 13:52
-
-
Save dnburgess/6ac255cfc322dd4eace6c8da5dc59f58 to your computer and use it in GitHub Desktop.
DB Tech Trilium
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
version: "2.1" | |
services: | |
trilium: | |
image: zadam/trilium:latest | |
container_name: trilium | |
volumes: | |
- /srv/Trillium/trilium-data:/root/trilium-data | |
ports: | |
- 8080:8080 | |
restart: unless-stopped |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment