diff --git a/lxc1/p4-monitor/grafana.yml b/lxc1/p4-monitor/grafana.yml index 5c8129f..936e342 100644 --- a/lxc1/p4-monitor/grafana.yml +++ b/lxc1/p4-monitor/grafana.yml @@ -5,7 +5,7 @@ services: user: "1000:1000" restart: always environment: - - GF_SERVER_ROOT_URL=https://${GRAFANA_HOST_NAME}.${TRAEFIK_DNS_SUFFIX}https://grafana.mapletree.email + - GF_SERVER_ROOT_URL=https://${GRAFANA_HOST_NAME}.${TRAEFIK_DNS_SUFFIX} - GF_SECURITY_ADMIN_USER=${GRAFANA_USER_NAME} - GF_SECURITY_ADMIN_PASSWORD=${GRAFANA_USER_PASS} - GF_USERS_ALLOW_SIGN_UP=false