diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-07-07 14:03:18 +0200 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-07-07 14:03:18 +0200 |
commit | b8c9c69e5ae7ffd382c06007f136aede9631f886 (patch) | |
tree | d34d95dc33c2e6489c2a0533a764b9bf2bffe4d7 /docker | |
parent | ea7b31002e24f7e3ae473f1419efd1f65fc28b43 (diff) | |
download | gitlab-ce-b8c9c69e5ae7ffd382c06007f136aede9631f886.tar.gz |
Markdown fixdocker-single
Diffstat (limited to 'docker')
-rw-r--r-- | docker/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/README.md b/docker/README.md index eb74bea9950..9cd48bf87d4 100644 --- a/docker/README.md +++ b/docker/README.md @@ -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 |