Skip to content

Commit 7a49de8

Browse files
sam-moslehkkimurak
andauthored
Add missing trailing backslash
Co-authored-by: Kazunori Kimura <[email protected]>
1 parent af9e984 commit 7a49de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docker-swarm-traefik-registry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ gitlab-runner \
368368
--access-level not_protected \
369369
--builds-dir /tmp/builds \
370370
--docker-image docker:latest \
371-
--docker-volumes /tmp/builds:/tmp/builds
371+
--docker-volumes /tmp/builds:/tmp/builds \
372372
--docker-volumes /var/run/docker.sock:/var/run/docker.sock \
373373
--url $GITLAB_URL \
374374
--registration-token $GITLAB_TOKEN \

0 commit comments

Comments
 (0)