mirror of
https://github.com/crazy-max/diun.git
synced 2026-01-05 12:25:34 +01:00
Fix configuration doc
This commit is contained in:
@@ -42,15 +42,15 @@ regopts:
|
||||
|
||||
providers:
|
||||
docker:
|
||||
# Watch all containers on local Docker engine
|
||||
# Watch only labeled containers on local Docker engine
|
||||
local:
|
||||
watch_stopped: true
|
||||
# Watch only labeled containers on 10.0.0.1:2375
|
||||
# Watch all containers on 10.0.0.1:2375
|
||||
remote:
|
||||
endpoint: tcp://10.0.0.1:2375
|
||||
watch_by_default: true
|
||||
swarm:
|
||||
# Watch only labeled services on your local Docker Swarm
|
||||
# Watch all services on local Swarm cluster
|
||||
myswarm:
|
||||
watch_by_default: true
|
||||
static:
|
||||
|
||||
Reference in New Issue
Block a user