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:
-rw-r--r--docker/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/README.md b/docker/README.md
index 507d88e0e71..7b27e980473 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -108,7 +108,7 @@ sudo docker pull gitlab/gitlab-ce:latest
1. create the container once again with previously specified options.
```bash
sudo docker run --detach \
- --publish 80443:443 --publish 8080:80 --publish 2222:22 \
+ --publish 8443:443 --publish 8080:80 --publish 2222:22 \
--name gitlab \
--restart always \
--volume /srv/gitlab/config:/etc/gitlab \