Files
socat-proxy/.env
T
Djeex fff6e49350
CI / build-and-scan (pull_request) Successful in 1m7s
Run as non-root by default via PUID/PGID
2026-08-23 15:10:17 +02:00

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