diff --git a/docker-compose.yml b/docker-compose.yml index 3662d56..88a92d1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,7 +8,8 @@ services: restart: unless-stopped hostname: trilium domainname: local.zernis.ch - noAuthentication: false + networks: + - proxy volumes: - ./data:/root/trilium-data @@ -20,5 +21,7 @@ services: - "traefik.http.routers.trilium.entrypoints=https" - "traefik.http.routers.trilium.tls=true" - "traefik.http.routers.trilium.service=trilium-server" - - "traefik.http.services.trilium-server.loadbalancer.passhostheader=true" - "traefik.http.services.trilium-server.loadbalancer.server.port=8080" +networks: + proxy: + external: true