We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eff19b2 commit 44c8e4dCopy full SHA for 44c8e4d
docker-compose.yml
@@ -205,7 +205,8 @@ services:
205
image: ${DOCKER_IMAGE_PREFIX}anms-grafana:${DOCKER_IMAGE_TAG}
206
build:
207
# NOTE: Custom image currently needed only for SSL-cert purposes
208
- context: grafana
+ dockerfile: Containerfile
209
+ target: grafana
210
restart: unless-stopped
211
security_opt:
212
- "label=type:grafana.process"
0 commit comments