You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
326 B

version: '3'
services:
# https://blog.csdn.net/fengtao0821/article/details/110526941
gitlab-runner:
image: gitlab/gitlab-runner
restart: always
container_name: gitlab-runner
user: root
privileged: true
volumes:
- ./config:/etc/gitlab-runner
- /var/run/docker.sock:/var/run/docker.sock