1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 13:23:07 +01:00

chore: uses air instead of reflex (#3465)

This commit is contained in:
Amir Raminfar
2024-12-17 06:57:40 -08:00
committed by GitHub
parent 23ba1f6603
commit 86522ccf77
7 changed files with 63 additions and 7 deletions

View File

@@ -39,7 +39,7 @@ type HealthcheckCmd struct {
}
type AgentCmd struct {
Addr string `arg:"env:DOZZLE_AGENT_ADDR" default:":7007" help:"sets the host:port to bind for the agent"`
Addr string `arg:"--agent-addr,env:DOZZLE_AGENT_ADDR" default:":7007" help:"sets the host:port to bind for the agent"`
}
type AgentTestCmd struct {