chore(compose): specify full registry path

This commit is contained in:
surtur 2022-09-09 11:35:00 +02:00
parent d1d55e4645
commit 07f3eea4d1
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -2,7 +2,7 @@
version: '3.7'
services:
grafana:
image: grafana/grafana:8.4.4
image: docker.io/grafana/grafana:8.4.4
restart: always
ports:
- 127.0.0.1:3500:3000