mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-22 00:03:16 +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:
|
||||
refactr-runner:
|
||||
container_name: factory-runnerpool-prod-1
|
||||
image: refactr/runner-pool:v0.146.0
|
||||
image: docker.io/refactr/runner-pool:v0.146.0
|
||||
user: root
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
Loading…
Reference in New Issue
Block a user