example update

This commit is contained in:
yusing 2024-03-18 05:05:28 +00:00
parent 3a81064fba
commit eca67b24d5
2 changed files with 11 additions and 2 deletions

View file

@ -1,7 +1,14 @@
providers:
local:
kind: docker
# for value format, see https://docs.docker.com/reference/cli/dockerd/
value: FROM_ENV
remote1:
kind: docker
value: ssh://user@10.0.1.1
remote2:
kind: docker
value: tcp://10.0.1.1:2375
# provider1:
# kind: file
# value: provider1.yml

View file

@ -1,4 +1,4 @@
app: # alias
app: # matching `app.y.z`
# optional
scheme: http
# required, proxy target
@ -10,4 +10,6 @@ app: # alias
# optional
path_mode:
# optional
notlsverify: false
notlsverify: false
# app2:
# ...