mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-25 01:38:30 +02:00
feat(docker): allow specifying docker network, handle error when no network available
This commit is contained in:
@@ -14,4 +14,5 @@ const (
|
||||
LabelStopSignal = NSProxy + ".stop_signal"
|
||||
LabelStartEndpoint = NSProxy + ".start_endpoint"
|
||||
LabelDependsOn = NSProxy + ".depends_on"
|
||||
LabelNetwork = NSProxy + ".network"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user