From d962967ffc13ed08c8af5a9f58e46e57f0ae6278 Mon Sep 17 00:00:00 2001 From: bpeytraud Date: Fri, 17 Nov 2023 10:19:27 +0100 Subject: [PATCH] link docker compose --- languages/en/installation-guide/docker/intro_docker.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/languages/en/installation-guide/docker/intro_docker.rst b/languages/en/installation-guide/docker/intro_docker.rst index 7095efa3..9fd1a2e7 100644 --- a/languages/en/installation-guide/docker/intro_docker.rst +++ b/languages/en/installation-guide/docker/intro_docker.rst @@ -16,7 +16,7 @@ It allows you to not be bothered by different OS migrations and the like. Prerequisites ````````````` -You need docker on your host. You might want docker-compose as well. +You need docker on your host. You might want `docker-compose `_ as well. The following sections assume that you are going to run the Tuleap container as the only "visible" container on the server. That means that Tuleap web container will publish it's ports (``80``, ``443`` and ``22``) on hosts ports. @@ -27,4 +27,4 @@ External Dependencies The image has two dependencies: * A working database with admin credentials (at first run only) -* A persistent filesystem for data storage \ No newline at end of file +* A persistent filesystem for data storage