We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a072c5 commit ab51106Copy full SHA for ab51106
services/config-store.js
@@ -53,7 +53,7 @@ class ConfigStore {
53
54
"docker.container_pool_size":
55
parseInt(process.env.CONTAINER_POOL_SIZE, 10) || 2,
56
- "docker.custom_image": "sunwuyuan/zerocat-runner:latest",
+ "docker.custom_image": "sunwuyuan/coderunner:latest",
57
58
"logging.level": "info",
59
"logging.format": "dev",
0 commit comments