Fixed logic and added variables

This commit is contained in:
2025-09-24 13:10:27 +02:00
parent 5176ddeae9
commit b020a30429
4 changed files with 35 additions and 24 deletions

8
.env
View File

@@ -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