fix(trilium): wrong image name
This commit is contained in:
parent
80420dc508
commit
c0bb99e828
|
@ -1,7 +1,8 @@
|
||||||
version: "3.7"
|
version: '3.7'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
trilium:
|
trilium:
|
||||||
image: docker pull ghcr.io/zadam/trilium:0.61.5-beta
|
image: ghcr.io/zadam/trilium:0.61.5-beta
|
||||||
container_name: trilium
|
container_name: trilium
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:8080
|
- ${APP_PORT}:8080
|
||||||
|
@ -33,4 +34,4 @@ services:
|
||||||
traefik.http.routers.trilium-local.rule: Host(`trilium.${LOCAL_DOMAIN}`)
|
traefik.http.routers.trilium-local.rule: Host(`trilium.${LOCAL_DOMAIN}`)
|
||||||
traefik.http.routers.trilium-local.entrypoints: websecure
|
traefik.http.routers.trilium-local.entrypoints: websecure
|
||||||
traefik.http.routers.trilium-local.service: trilium
|
traefik.http.routers.trilium-local.service: trilium
|
||||||
traefik.http.routers.trilium-local.tls: true
|
traefik.http.routers.trilium-local.tls: true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user