mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2025-02-18 03:20:47 +01:00
fix: fully qualify image name of docker.io/refactr/runner-pool
This commit is contained in:
parent
5692406a50
commit
bdc5a8b599
@ -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