From 3b260a5ed05ccbc6ac331ad46499768e5694d8ab Mon Sep 17 00:00:00 2001 From: Johanna England Date: Fri, 10 May 2024 13:31:59 +0200 Subject: [PATCH] Fix non existing role in docker documentation --- doc/hacking/using-docker.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/hacking/using-docker.rst b/doc/hacking/using-docker.rst index f80bc12ca5..c96747b4a8 100644 --- a/doc/hacking/using-docker.rst +++ b/doc/hacking/using-docker.rst @@ -135,7 +135,7 @@ A complete rebuild of the NAV code can be initiated by:: Rebuilding the containers ~~~~~~~~~~~~~~~~~~~~~~~~~ -Running :kdb:`docker compose up` will normally build the container images, +Running :code:`docker compose up` will normally build the container images, before starting them, if they don't exist already. However, if the image definitions have changed (e.g. when you are switching between development branches or changed the :file:`Dockerfile` definitions, or any of the files