From b39512ed755239198a9c294b6a45e65c05900235 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 18 Aug 2022 08:17:02 +0000 Subject: Add latest changes from gitlab-org/gitlab@15-3-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 356c025e168..7ec1b7c741a 100644 --- a/doc/install/docker.md +++ b/doc/install/docker.md @@ -166,7 +166,7 @@ install, and upgrade your Docker-based GitLab installation: GitLab: ```shell - docker-compose up -d + docker compose up -d ``` NOTE: @@ -510,8 +510,8 @@ To upgrade GitLab that was [installed using Docker Compose](#install-gitlab-usin 1. Download the newest release and upgrade your GitLab instance: ```shell - docker-compose pull - docker-compose up -d + docker compose pull + docker compose up -d ``` If you have used [tags](#use-tagged-versions-of-gitlab) instead, you'll need -- cgit v1.2.3