Skip to content

Commit 3d2c54b

Browse files
Add note about closing Grafana port 3370 by default on Docker deployments (#1129)
<!-- Explain the changes introduced in your PR --> Add note about closing Grafana port 3370 by default on Docker deployments, as per sourcegraph/deploy-sourcegraph-docker#1204 ## Pull Request approval You will need to get your PR approved by at least one member of the Sourcegraph team. For reviews of docs formatting, styles, and component usage, please tag the docs team via the #docs Slack channel. Co-authored-by: Maedah Batool <[email protected]>
1 parent 1dd0b1b commit 3d2c54b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/admin/updates/docker_compose.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ For upgrade procedures or general info about sourcegraph versioning see the link
1111
>
1212
> ***If the notes indicate a patch release exists, target the highest one.***
1313
14+
## v6.3 patch 1
15+
16+
- Grafana's port 3370 is no longer open by default for unauthenticated access for Docker Compose and Pure Docker deployments. Admins can still access Grafana by logging in to their Sourcegraph instance, navigating to the Site Admin page, then clicking Monitoring from the left navigation menu. If customers require port 3370 to be open, see [[PR 1204](https://github.com/sourcegraph/deploy-sourcegraph-docker/pull/1204/files)] for insight on how to add this port to their `docker-compose.override.yaml` file.
17+
1418
## v6.2.2553
1519

1620
### Known issues

0 commit comments

Comments
 (0)