[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2022-10-23 19:18:11 +00:00
parent 5ce930324c
commit ced408c205

View File

@@ -40,9 +40,11 @@ set to the URL which the hub uses to connect _to the proxy's API_.
You need to configure a service to start the proxy. An example You need to configure a service to start the proxy. An example
command line argument for this is: command line argument for this is:
```bash ```bash
$ configurable-http-proxy --ip=127.0.0.1 --port=8000 --api-ip=127.0.0.1 --api-port=8001 --default-target=http://localhost:8081 --error-target=http://localhost:8081/hub/error $ configurable-http-proxy --ip=127.0.0.1 --port=8000 --api-ip=127.0.0.1 --api-port=8001 --default-target=http://localhost:8081 --error-target=http://localhost:8081/hub/error
``` ```
(Details on how to do this is out of the scope of this tutorial. For example, it might be a (Details on how to do this is out of the scope of this tutorial. For example, it might be a
systemd service configured within another docker container). The proxy has no systemd service configured within another docker container). The proxy has no
configuration files, all configuration is via the command line and configuration files, all configuration is via the command line and