Update yamllint

This commit is contained in:
Jake Howard
2020-06-18 20:49:12 +01:00
parent 9f59b30f1e
commit f878866f10
20 changed files with 90 additions and 90 deletions

View File

@ -10,9 +10,9 @@ services:
- ./access.log:/var/log/nginx/access.log
- ./report.html:/usr/share/nginx/html/stats/index.html:ro
labels:
- "traefik.enable=true"
- "traefik.http.routers.website.rule=Host(`theorangeone.net`) || Host(`www.theorangeone.net`)"
- "traefik.http.routers.website.tls.certresolver=le"
- traefik.enable=true
- traefik.http.routers.website.rule=Host(`theorangeone.net`) || Host(`www.theorangeone.net`)
- traefik.http.routers.website.tls.certresolver=le
stats:
image: theorangeone/goaccess-static:latest