Skip to content

Commit

Permalink
Documentation: Bold UDS configuration options
Browse files Browse the repository at this point in the history
  • Loading branch information
F1bonacc1 committed May 6, 2024
1 parent d882b0c commit 4afe98e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions www/docs/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ Instead of TCP communication mode, on *nix based systems, you can use Unix Domai

There are 3 configuration options:

1. Auto socket path based on `PID`: `process-compose -U` will start Process Compose in UDS mode and create a socket file under `<TempDir>/process-compose-<pid>.sock`
2. Manual socket path with CLI flag: `process-compose --unix-socket /path/to/socket/file` will start Process Compose in UDS mode and create the specified socket file. The directory should exist.
3. Manual socket path with environment variable: `PC_SOCKET_PATH="/path/to/socket/file" process-compose` will start Process Compose in UDS mode and create the specified socket file. The directory should exist.
1. **Auto socket path based on** `PID`: `process-compose -U` will start Process Compose in UDS mode and create a socket file under `<TempDir>/process-compose-<pid>.sock`
2. **Manual socket path with CLI flag**: `process-compose --unix-socket /path/to/socket/file` will start Process Compose in UDS mode and create the specified socket file. The directory should exist.
3. **Manual socket path with environment variable**: `PC_SOCKET_PATH="/path/to/socket/file" process-compose` will start Process Compose in UDS mode and create the specified socket file. The directory should exist.

## Client Mode

Expand Down

0 comments on commit 4afe98e

Please sign in to comment.