From c0bb99e82871fc116ef0bf03c8426203a699cdaf Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger Date: Tue, 5 Sep 2023 20:36:08 +0200 Subject: [PATCH] fix(trilium): wrong image name --- apps/trilium/docker-compose.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/apps/trilium/docker-compose.yml b/apps/trilium/docker-compose.yml index 114a0d52..df8ad91f 100644 --- a/apps/trilium/docker-compose.yml +++ b/apps/trilium/docker-compose.yml @@ -1,7 +1,8 @@ -version: "3.7" +version: '3.7' + services: trilium: - image: docker pull ghcr.io/zadam/trilium:0.61.5-beta + image: ghcr.io/zadam/trilium:0.61.5-beta container_name: trilium ports: - ${APP_PORT}:8080 @@ -33,4 +34,4 @@ services: traefik.http.routers.trilium-local.rule: Host(`trilium.${LOCAL_DOMAIN}`) traefik.http.routers.trilium-local.entrypoints: websecure traefik.http.routers.trilium-local.service: trilium - traefik.http.routers.trilium-local.tls: true \ No newline at end of file + traefik.http.routers.trilium-local.tls: true