Commit 7a3b47ff authored by Kamil Trzcinski's avatar Kamil Trzcinski

Fix port issue

parent e906008e
......@@ -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 \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment