From 2ffccd3a28e246f5f1b218b5fa5b1886839e793a Mon Sep 17 00:00:00 2001 From: Chewing_Bever Date: Sat, 24 Sep 2022 13:22:55 +0200 Subject: [PATCH] vikunja: fixed typo --- stacks/vikunja.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stacks/vikunja.yml b/stacks/vikunja.yml index eb50486..c51ea17 100644 --- a/stacks/vikunja.yml +++ b/stacks/vikunja.yml @@ -27,7 +27,7 @@ services: replicas: 1 placement: constraints: - 'node.labels.class.vikunja==true' + - 'node.labels.class.vikunja==true' labels: - 'traefik.enable=true' - 'traefik.http.routers.vikunja-api.rule=Host(`todo.rustybever.be`) && PathPrefix(`/api/`, `/dav/`, `/\.well-known/`)'