Skip to content

Commit bf03502

Browse files
committed
sc5/guides(api-server): update default api-server settings in docker
1 parent 26ff278 commit bf03502

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/secure-connections/sauce-connect-5/guides/api-server.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ flag.
1919

2020
## Docker
2121

22-
When running Sauce Connect Proxy in a container, the API server is enabled by default and listens on the containers' localhost port 10000.
23-
Due to configuration options order of precedence, to change the API server address, you need to use the `SAUCE_API_ADDRESS` environment variable.
22+
When running Sauce Connect Proxy in a container, the API server is enabled by default and listens on a Unix domain socket at `/tmp/sc.sock` inside the container.
23+
To expose the API server over TCP (e.g., to access it from the host), use the `SAUCE_API_ADDRESS` environment variable or the [`--api-address`](/dev/cli/sauce-connect-5/run/#api-address) CLI flag.
2424

2525
The following example shows how to start a Sauce Connect Proxy container with the API server accessible on port 8080 on the host machine.
2626

0 commit comments

Comments
 (0)