Fixed logic and added variables
This commit is contained in:
8
.env
8
.env
@@ -1,4 +1,6 @@
|
||||
# Socat Proxy Configuration
|
||||
TARGET_HOST=
|
||||
TARGET_PORT=
|
||||
SOCKET_PATH=
|
||||
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
|
Reference in New Issue
Block a user