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
path: root/docker
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2015-07-06 17:57:46 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2015-07-06 17:57:46 +0300
commite906008eb82ce04534fd72fd6013ed7ef79fda1e (patch)
treee4bdab6f04acfd2bc2463a7ec3ed6baad3cad14d /docker
parentd999e414b98e5ed5c634cb6f964de8ef7595c69f (diff)
Fix port 80443 => 8443
Diffstat (limited to 'docker')
-rw-r--r--docker/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/README.md b/docker/README.md
index b3dd18c2cdf..507d88e0e71 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -22,7 +22,7 @@ Next time, you can just use docker start and stop to run the container.
Run the image:
```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 \