mirror of
https://github.com/tale/headplane.git
synced 2026-08-30 16:59:56 +00:00
fix: make docker container name optional
This commit is contained in:
@@ -62,7 +62,7 @@ const agentConfig = type({
|
|||||||
|
|
||||||
const dockerConfig = type({
|
const dockerConfig = type({
|
||||||
enabled: stringToBool,
|
enabled: stringToBool,
|
||||||
container_name: 'string',
|
container_name: 'string = ""',
|
||||||
socket: 'string = "unix:///var/run/docker.sock"',
|
socket: 'string = "unix:///var/run/docker.sock"',
|
||||||
container_label: containerLabel,
|
container_label: containerLabel,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user