migrate
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
services:
|
||||
<< service_name >>:
|
||||
image: docker.io/gitlab/gitlab-runner:alpine-v17.9.1
|
||||
container_name: << container_name >>
|
||||
volumes:
|
||||
- ./config/config.toml:/etc/gitlab-runner/config.toml:ro
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
restart: << restart_policy >>
|
||||
Reference in New Issue
Block a user