Skip to content

Instantly share code, notes, and snippets.

@megos
Created March 26, 2019 04:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save megos/300ac8be22fe474a89a6a63dbcb9e490 to your computer and use it in GitHub Desktop.
Save megos/300ac8be22fe474a89a6a63dbcb9e490 to your computer and use it in GitHub Desktop.
GitLab Runner docker-compose
runner:
image: gitlab/gitlab-runner:latest
volumes:
- ./config:/etc/gitlab-runner
- /var/run/docker.sock:/var/run/docker.sock
restart: unless-stopped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment