Include traefik access logs
This commit is contained in:
@@ -11,3 +11,7 @@ builder:
|
|||||||
multiarch: false
|
multiarch: false
|
||||||
healthcheck:
|
healthcheck:
|
||||||
cmd: wget -qO- http://localhost > /dev/null
|
cmd: wget -qO- http://localhost > /dev/null
|
||||||
|
traefik:
|
||||||
|
args:
|
||||||
|
accesslog: true
|
||||||
|
accesslog.format: json
|
||||||
|
|||||||
Reference in New Issue
Block a user