diff --git a/compose.yml b/compose.yml index 14884a5..7fcaf91 100644 --- a/compose.yml +++ b/compose.yml @@ -19,7 +19,7 @@ services: - "traefik.http.routers.${STACK_NAME}_web.rule=Host(`${DOMAIN}`)" - "traefik.http.routers.${STACK_NAME}_web.entrypoints=web-secure" - "traefik.http.routers.${STACK_NAME}_web.tls.certresolver=${LETS_ENCRYPT_ENV}" - - "coop-cloud.${STACK_NAME}.version=0.2.2+v3.5.10-hometown-1.0.8" + - "coop-cloud.${STACK_NAME}.version=0.2.3+v3.5.10-hometown-1.0.8" configs: &configs - source: entrypoint_sh target: /usr/local/bin/entrypoint.sh