Skip to content
Snippets Groups Projects
Commit e906008e authored by Kamil Trzcinski's avatar Kamil Trzcinski
Browse files

Fix port 80443 => 8443

parent d999e414
No related branches found
No related tags found
1 merge request!909Update docker documentation to use only one docker container
Pipeline #
Loading
Loading
@@ -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 \
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment