Skip to content

Commit a8e0083

Browse files
authored
fix: Change local hosting port to not conflict with clickhouse (#830)
Clickhouse's docker container is blocking port 9000, so this moves the docs server to 9001.
1 parent b388bf8 commit a8e0083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ home_url: https://sentry.io
1010
release_service: https://release-registry.services.sentry.io
1111

1212
# Build settings
13-
port: 9000
13+
port: 9001
1414
markdown: kramdown
1515
highlighter: rouge
1616

0 commit comments

Comments
 (0)