Last active
May 3, 2025 15:08
-
-
Save mikaeldui/3cf4bdcf78f6a654485226e1d7c63798 to your computer and use it in GitHub Desktop.
Trilium Quadlet
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
# /etc/containers/systemd/trilium.container | |
[Unit] | |
Description=Trilium Container | |
[Container] | |
ContainerName=trilium | |
Image=docker.io/zadam/trilium:latest | |
Volume=/home/USERNAME/trilium-data:/home/node/trilium-data:z | |
PublishPort=8080:8080 | |
AutoUpdate=registry | |
[Service] | |
Restart=always | |
[Install] | |
WantedBy=default.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment