Skip to content

Commit cff3e28

Browse files
committed
cleaner attributes
Signed-off-by: Pascal Andy <pascal@firepress.org>
1 parent e0e2532 commit cff3e28

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

traefik_stack5/toolproxy.yml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -65,18 +65,19 @@ services:
6565
configs:
6666
- source: traefik.toml
6767
target: /etc/traefik/traefik.toml
68-
command: --docker \
69-
--docker.watch \
70-
--docker.swarmmode \
68+
command: >
69+
--docker
70+
--docker.watch
71+
--docker.swarmmode
7172
--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" \
73+
--docker.swarmModeRefreshSeconds=5
74+
--docker.domain=traefik
75+
--docker.endpoint=tcp://socat:2375
76+
--debug=true
77+
--logLevel=WARN
78+
--accessLog
79+
--web.metrics.prometheus
80+
--web.metrics.prometheus.buckets="0.1,0.3,1.2,5.0"
8081
--web.address=:8080
8182
deploy:
8283
mode: replicated

0 commit comments

Comments
 (0)