Skip to content

Commit 44c8e4d

Browse files
committed
fix grafana
1 parent eff19b2 commit 44c8e4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,8 @@ services:
205205
image: ${DOCKER_IMAGE_PREFIX}anms-grafana:${DOCKER_IMAGE_TAG}
206206
build:
207207
# NOTE: Custom image currently needed only for SSL-cert purposes
208-
context: grafana
208+
dockerfile: Containerfile
209+
target: grafana
209210
restart: unless-stopped
210211
security_opt:
211212
- "label=type:grafana.process"

0 commit comments

Comments
 (0)