From 730a3679608cffc824b2045ac61bd0a951734479 Mon Sep 17 00:00:00 2001 From: chris529 Date: Thu, 19 Oct 2023 11:31:12 +0200 Subject: [PATCH] Update docs/antora/modules/ROOT/pages/management/docker.adoc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Mona Bärenfänger --- docs/antora/modules/ROOT/pages/management/docker.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/antora/modules/ROOT/pages/management/docker.adoc b/docs/antora/modules/ROOT/pages/management/docker.adoc index 1bc3df00d3..779ffae69d 100644 --- a/docs/antora/modules/ROOT/pages/management/docker.adoc +++ b/docs/antora/modules/ROOT/pages/management/docker.adoc @@ -263,6 +263,8 @@ To upgrade the Docker container to a desired version, please follow one of the t . Update `docker-compose.yml` to download the specific image versions from the DockerHub as shown below. Update the `0.7.0` tag against the specified images with the desired version. + +.docker-compose.yml +[source,yaml] ---- blockchain-app-registry: image: lisk/service_blockchain_app_registry:0.7.0