You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting-started/install/_snippets/_docker.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,9 +130,9 @@ For more information see ["Configuring CAP_IPC_LOCK and CAP_SYS_NICE Capabilitie
130
130
131
131
## Configuration {#configuration}
132
132
133
-
The container exposes port 8123 for the [HTTP interface](https://clickhouse.com/docs/interfaces/http_interface/) and port 9000 for the [native client](https://clickhouse.com/docs/interfaces/tcp/).
133
+
The container exposes port 8123 for the [HTTP interface](/interfaces/http) and port 9000 for the [native client](/interfaces/tcp).
134
134
135
-
ClickHouse configuration is represented with a file "config.xml" ([documentation](https://clickhouse.com/docs/operations/configuration_files/))
135
+
ClickHouse configuration is represented with a file "config.xml" ([documentation](/operations/configuration-files))
136
136
137
137
### Start server instance with custom configuration {#start-server-instance-with-custom-config}
0 commit comments