7 lines
316 B
Bash
7 lines
316 B
Bash
PUID=1000 # User id the process runs as
|
|
PGID=1000 # Group id the process runs as
|
|
TARGET_HOST= # Target hostname/IP to proxy to
|
|
TARGET_PORT= # Target port to proxy to
|
|
UNIX_SOCKET_NAME= # Name of the socket file
|
|
UNIX_SOCKET_PATH= # Path to UNIX socket inside container
|
|
HOST_SOCKET_PATH= # Host path for socket mounting |