Latest Graphite

This commit is contained in:
soulgalore 2020-12-30 06:04:00 +01:00
parent 7c55b3b899
commit b73a91756f
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# CHANGELOG - sitespeed.io
## UNRELEASED
### ADDED
* Updated to latest (1.1.7-9) Graphite in the Docker compose file and disabled tags by default.
## 16.0.2 - 2020-12-28
### Fixed
* Fix correct path for filmstrips when you use an alias [#3225](https://github.com/sitespeedio/sitespeed.io/pull/3225). In 16.0.0 the path to screenshots in the film strip was broken in the HTML if you use an alias for a URL.

View File

@ -20,7 +20,7 @@ services:
- grafana:/var/lib/grafana
restart: always
graphite:
image: sitespeedio/graphite:1.1.5-12
image: sitespeedio/graphite:1.1.7-9
hostname: graphite
ports:
- "2003:2003"