Skip to content
Snippets Groups Projects
Commit 072d2de2 authored by Rémy Coutable's avatar Rémy Coutable
Browse files

Merge branch 'patch-3' into 'master'

Corrected note when using a config container to mount custom data volume.

See merge request gitlab-org/gitlab-runner!1126
parents e8aa096c 866466a6
No related branches found
No related tags found
No related merge requests found
...@@ -117,7 +117,7 @@ docker run -d --name gitlab-runner --restart always \ ...@@ -117,7 +117,7 @@ docker run -d --name gitlab-runner --restart always \
NOTE: **Note:** NOTE: **Note:**
You need to use the same method for mounting you data volume as you You need to use the same method for mounting you data volume as you
did originally (`-v /srv/gitlab-runner/config:/etc/gitlab-runner` or did originally (`-v /srv/gitlab-runner/config:/etc/gitlab-runner` or
`--volumes-from gitlab-runner`). `--volumes-from gitlab-runner-config`).
## Reading GitLab Runner logs ## Reading GitLab Runner logs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment