File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -319,7 +319,7 @@ services:
319319 ports :
320320 - ${DOCKER_GRAFANA_PORT}:${DOCKER_GRAFANA_PORT}
321321 expose :
322- - ${DOCKER_FRONTEND_PORT }
322+ - ${DOCKER_GRAFANA_PORT }
323323 env_file : *env
324324 restart : on-failure
325325 healthcheck :
@@ -338,10 +338,6 @@ services:
338338 - GF_USERS_ALLOW_ORG_CREATE=false
339339 - GF_SECURITY_ADMIN_USER=${GF_SECURITY_ADMIN_USER}
340340 - GF_SECURITY_ADMIN_PASSWORD=${GF_SECURITY_ADMIN_PASSWORD}
341- # - GF_AUTH_ANONYMOUS_ENABLED=true
342- # - GF_SECURITY_ALLOW_EMBEDDING=true
343- # - GF_SERVER_ROOT_URL=%(protocol)s://%(domain)s:%(http_port)s/grafana/
344- # - GF_SERVER_SERVE_FROM_SUB_PATH=true
345341 - VIRTUAL_HOST=${FRONTEND_HOSTNAME}
346342 - LETSENCRYPT_HOST=${FRONTEND_HOSTNAME}
347343 env_file : []
You can’t perform that action at this time.
0 commit comments