mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2025-01-23 14:50:57 +01:00
Merge pull request #303 from cschug/fully_qualify_runner_pool
Fully qualify image name of `docker.io/refactr/runner-pool`
This commit is contained in:
commit
3e0b2e3312
@ -2,7 +2,7 @@
|
|||||||
services:
|
services:
|
||||||
refactr-runner:
|
refactr-runner:
|
||||||
container_name: factory-runnerpool-prod-1
|
container_name: factory-runnerpool-prod-1
|
||||||
image: refactr/runner-pool:v0.146.0
|
image: docker.io/refactr/runner-pool:v0.146.0
|
||||||
user: root
|
user: root
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
Loading…
Reference in New Issue
Block a user