compose.yaml 278 B

123456789
  1. ---
  2. services:
  3. gitlab-runner:
  4. image: docker.io/gitlab/gitlab-runner:alpine-v17.9.1
  5. container_name: gitlab-runner-1
  6. volumes:
  7. - ./config/config.toml:/etc/gitlab-runner/config.toml:ro
  8. - /var/run/docker.sock:/var/run/docker.sock
  9. restart: unless-stopped