Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/install/docker.md')
-rw-r--r--doc/install/docker.md6
1 files changed, 3 insertions, 3 deletions
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