From 5ecc26589b986de10d8da0f611afa24da8f15003 Mon Sep 17 00:00:00 2001 From: Robert Best Date: Wed, 21 Jun 2023 18:09:06 -0400 Subject: [PATCH] chore: publish 0.2.8+1.0.17 release --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 81250b7..b6cd690 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.7+1.0.17" + - "coop-cloud.${STACK_NAME}.version=0.2.8+1.0.17" # healthcheck: # test: ["CMD", "curl", "-f", "http://localhost"] # interval: 30s