File tree Expand file tree Collapse file tree 1 file changed +13
-12
lines changed
Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -65,18 +65,19 @@ services:
6565 configs :
6666 - source : traefik.toml
6767 target : /etc/traefik/traefik.toml
68- command :
69- - --docker
70- - --docker.swarmmode
71- - --docker.watch
72- - --docker.exposedbydefault=false
73- - --docker.swarmModeRefreshSeconds=5
74- - --docker.endpoint=tcp://socat:2375
75- - --api
76- - --debug=true
77- - --accessLog
78- - --logLevel=WARN
79- - --metrics.prometheus
68+ command : --docker \
69+ --docker.watch \
70+ --docker.swarmmode \
71+ --docker.exposedbydefault=false \
72+ --docker.swarmModeRefreshSeconds=5 \
73+ --docker.domain=traefik \
74+ --docker.endpoint=tcp://socat:2375 \
75+ --debug=true \
76+ --logLevel=WARN \
77+ --accessLog \
78+ --web.metrics.prometheus \
79+ --web.metrics.prometheus.buckets="0.1,0.3,1.2,5.0" \
80+ --web.address=:8080
8081 deploy :
8182 mode : replicated
8283 replicas : 1
You can’t perform that action at this time.
0 commit comments