From 9ba3d0bc3fa38f0ba282fca51ac7027fe25671d7 Mon Sep 17 00:00:00 2001 From: Robert Best Date: Wed, 21 Jun 2023 18:06:21 -0400 Subject: [PATCH] chore: publish 0.2.6+1.0.17 release --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index b9469c5..57b120e 100644 --- a/compose.yml +++ b/compose.yml @@ -34,7 +34,7 @@ services: - "traefik.http.routers.${STACK_NAME}.priority=1" - "backupbot.backup=true" - "backupbot.backup.path=/home/node/.wiki" - - "coop-cloud.${STACK_NAME}.version=0.2.5+1.0.17" + - "coop-cloud.${STACK_NAME}.version=0.2.6+1.0.17" # healthcheck: # test: ["CMD", "curl", "-f", "http://localhost"] # interval: 30s