mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-01 12:05:24 +02:00
- Removed the external dokploy-network configuration from various services' docker-compose.yml files to streamline network management. - This change simplifies the setup and ensures consistency across blueprints.
10 lines
174 B
YAML
10 lines
174 B
YAML
services:
|
|
trilium:
|
|
image: zadam/trilium:latest
|
|
ports:
|
|
- 8080
|
|
restart: always
|
|
volumes:
|
|
- /root/trilium-backups:/home/node/trilium-data/backup
|
|
|