feat(Docker): Remove hash because it depends on the architecture

This commit is contained in:
2022-02-22 15:55:18 +01:00
parent cf44901c1d
commit 0e1c155fbf
14 changed files with 14 additions and 14 deletions

View File

@ -8,7 +8,7 @@ volumes:
services:
grafana:
container_name: ${GRAFANA_CONTAINER_NAME:-grafana}
image: ${GRAFANA_IMAGE:-grafana/grafana:8.4.1@sha256:c97cdf5f24c6a8a618ec416c7c9d3568f92e2b196f89e8c656e646c06d45975e}
image: ${GRAFANA_IMAGE:-grafana/grafana:8.4.1}
restart: always
volumes:
- grafana:/var/lib/grafana