Changed to standard version instead of hashes
This commit is contained in:
parent
d23ab02167
commit
d21522f529
|
|
@ -1,7 +1,7 @@
|
||||||
captainVersion: 4
|
captainVersion: 4
|
||||||
services:
|
services:
|
||||||
$$cap_appname:
|
$$cap_appname:
|
||||||
image: grafana/grafana@$$cap_version
|
image: grafana/grafana:$$cap_version
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- $$cap_appname-config:/etc/grafana
|
- $$cap_appname-config:/etc/grafana
|
||||||
|
|
@ -11,8 +11,8 @@ services:
|
||||||
caproverOneClickApp:
|
caproverOneClickApp:
|
||||||
variables:
|
variables:
|
||||||
- label: Grafana Docker Hash
|
- label: Grafana Docker Hash
|
||||||
defaultValue: sha256:4171e7e8c44bb17f9e5bffdcd3710a6d624828d73b4eb638682543c5ce86bbe9
|
defaultValue: 7.4.3
|
||||||
description: Starts with 'sha256:'. Find on Docker Hub. Default is latest as of 2020-06-30.
|
description: Find versions on DockerHub https://hub.docker.com/r/grafana/grafana/tags
|
||||||
id: $$cap_version
|
id: $$cap_version
|
||||||
instructions:
|
instructions:
|
||||||
end: Grafana is now starting. You can log in with the default login/password of admin/admin.
|
end: Grafana is now starting. You can log in with the default login/password of admin/admin.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue