mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-24 09:48:49 +02:00
docker: clear routes on docker disconnect, reload routes on connection restore
This commit is contained in:
@@ -34,6 +34,8 @@ const (
|
||||
ActionContainerDie
|
||||
ActionContainerDestroy
|
||||
|
||||
ActionForceReload
|
||||
|
||||
actionContainerWakeMask = ActionContainerCreate | ActionContainerStart | ActionContainerUnpause
|
||||
actionContainerSleepMask = ActionContainerKill | ActionContainerStop | ActionContainerPause | ActionContainerDie
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user