From 7021455bd1ed7b125c55eb1b33c5a01f2bc55ee0 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 17 Nov 2022 11:33:21 +0000 Subject: Add latest changes from gitlab-org/gitlab@15-6-stable-ee --- doc/install/docker.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/install/docker.md') diff --git a/doc/install/docker.md b/doc/install/docker.md index 93988454a27..11525842c6e 100644 --- a/doc/install/docker.md +++ b/doc/install/docker.md @@ -31,7 +31,7 @@ to community resources (such as IRC or forums) to seek help from other users. ## Prerequisites -Docker is required. See the [official installation documentation](https://docs.docker.com/install/). +Docker is required. See the [official installation documentation](https://docs.docker.com/get-docker/). ## Set up the volumes location @@ -138,7 +138,7 @@ With [Docker Compose](https://docs.docker.com/compose/) you can easily configure install, and upgrade your Docker-based GitLab installation: 1. [Install Docker Compose](https://docs.docker.com/compose/install/). -1. Create a `docker-compose.yml` file (or [download an example](https://gitlab.com/gitlab-org/omnibus-gitlab/raw/master/docker/docker-compose.yml)): +1. Create a `docker-compose.yml` file: ```yaml version: '3.6' @@ -211,7 +211,7 @@ and [Docker configurations](https://docs.docker.com/engine/swarm/configs/) to ef Secrets can be used to securely pass your initial root password without exposing it as an environment variable. Configurations can help you to keep your GitLab image as generic as possible. -Here's an example that deploys GitLab with four runners as a [stack](https://docs.docker.com/get-started/part5/), using secrets and configurations: +Here's an example that deploys GitLab with four runners as a [stack](https://docs.docker.com/get-started/swarm-deploy/#describe-apps-using-stack-files), using secrets and configurations: 1. [Set up a Docker swarm](https://docs.docker.com/engine/swarm/swarm-tutorial/). 1. Create a `docker-compose.yml` file: -- cgit v1.2.3