diff options
author | John Galt <centromere@users.noreply.github.com> | 2016-01-11 10:02:39 -0700 |
---|---|---|
committer | John Galt <centromere@users.noreply.github.com> | 2016-01-11 10:02:39 -0700 |
commit | 0f113828faf12cfe2de89326e1619d4eb5cd8828 (patch) | |
tree | 70d7ee13e21217719dddb42b4d6a7f2cb7c075cb | |
parent | 701e9ee4519200445a54ee200475a71e2253abe9 (diff) | |
download | gitlab-ce-0f113828faf12cfe2de89326e1619d4eb5cd8828.tar.gz |
[ci skip] Fixed minor typo in docker documentation
-rw-r--r-- | doc/ci/docker/using_docker_images.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/docker/using_docker_images.md b/doc/ci/docker/using_docker_images.md index 31458d61674..63fe840b369 100644 --- a/doc/ci/docker/using_docker_images.md +++ b/doc/ci/docker/using_docker_images.md @@ -174,7 +174,7 @@ The alias hostname for the service is made from the image name following these rules: 1. Everything after `:` is stripped -2. Backslash (`/`) is replaced with double underscores (`__`) +2. Slash (`/`) is replaced with double underscores (`__`) ## Configuring services |