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

Markdown fix

parent ea7b3100
No related branches found
No related tags found
1 merge request!909Update docker documentation to use only one docker container
Pipeline #
Loading
Loading
@@ -124,7 +124,7 @@ On the first run GitLab will reconfigure and update itself.
### Run GitLab CE on public IP address
 
You can make Docker to use your IP address and forward all traffic to the GitLab CE container.
You can do that by modifying the `--publish` ((Binding container ports to the host)[https://docs.docker.com/articles/networking/#binding-ports]):
You can do that by modifying the `--publish` ([Binding container ports to the host](https://docs.docker.com/articles/networking/#binding-ports)):
 
> --publish=[] : Publish a container᾿s port or a range of ports to the host format: ip:hostPort:containerPort | ip::containerPort | hostPort:containerPort | containerPort
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment