diff options
| author | Kasra Bigdeli <[email protected]> | 2021-02-28 14:24:12 -0500 |
|---|---|---|
| committer | Kasra Bigdeli <[email protected]> | 2021-02-28 14:24:12 -0500 |
| commit | d21522f5298161bfec3924ef121b463e52da0af9 (patch) | |
| tree | ac23390436dbf7a61b4d56c2220b31cdbe50800b /public/v4/apps/grafana.yml | |
| parent | d23ab02167f3961907baaeffe18461022e4fc9fe (diff) | |
| download | caprover-one-click-apps-d21522f5298161bfec3924ef121b463e52da0af9.tar.gz caprover-one-click-apps-d21522f5298161bfec3924ef121b463e52da0af9.zip | |
Changed to standard version instead of hashes
Diffstat (limited to 'public/v4/apps/grafana.yml')
| -rw-r--r-- | public/v4/apps/grafana.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/public/v4/apps/grafana.yml b/public/v4/apps/grafana.yml index 308f348..e28693b 100644 --- a/public/v4/apps/grafana.yml +++ b/public/v4/apps/grafana.yml @@ -1,7 +1,7 @@ captainVersion: 4 services: $$cap_appname: - image: grafana/grafana@$$cap_version + image: grafana/grafana:$$cap_version restart: always volumes: - $$cap_appname-config:/etc/grafana @@ -11,8 +11,8 @@ services: caproverOneClickApp: variables: - label: Grafana Docker Hash - defaultValue: sha256:4171e7e8c44bb17f9e5bffdcd3710a6d624828d73b4eb638682543c5ce86bbe9 - description: Starts with 'sha256:'. Find on Docker Hub. Default is latest as of 2020-06-30. + defaultValue: 7.4.3 + description: Find versions on DockerHub https://hub.docker.com/r/grafana/grafana/tags id: $$cap_version instructions: end: Grafana is now starting. You can log in with the default login/password of admin/admin. |
