File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -26,16 +26,16 @@ services:
26
26
# - --log.format=json
27
27
28
28
# # Access Log - https://doc.traefik.io/traefik/observability/access-logs ##
29
- - --accesslog=true
30
- - --accesslog.filepath =/srv/traefik/accesslog/traefik-access.log
31
- - --accesslog.fields.defaultmode =keep
32
- - --accesslog.fields.headers.defaultmode =keep
29
+ - --accesslog=false
30
+ - --accesslog.filePath =/srv/traefik/accesslog/traefik-access.log
31
+ - --accesslog.fields.defaultMode =keep
32
+ - --accesslog.fields.headers.defaultMode =keep
33
33
- --accesslog.bufferingSize=100
34
34
# - --accesslog.format=json
35
35
36
36
# # Metrics - https://doc.traefik.io/traefik/observability/metrics/overview ##
37
- - --metrics=true
38
- - --metrics.prometheus=true
37
+ - --metrics=false
38
+ - --metrics.prometheus=false
39
39
40
40
# # Tracing - https://doc.traefik.io/traefik/observability/tracing/overview ##
41
41
- --tracing=false
@@ -139,5 +139,5 @@ services:
139
139
140
140
networks :
141
141
default :
142
- external :
143
- name : traefik-network
142
+ name : traefik-network
143
+ external : true
You can’t perform that action at this time.
0 commit comments