Run as non-root by default via PUID/PGID
CI / build-and-scan (pull_request) Successful in 1m7s

This commit is contained in:
Djeex
2026-08-23 15:10:17 +02:00
parent ac1addca14
commit fff6e49350
7 changed files with 187 additions and 69 deletions
+2
View File
@@ -3,6 +3,8 @@ services:
socat-proxy:
build: .
environment:
- PUID=${PUID}
- PGID=${PGID}
- TARGET_HOST=${TARGET_HOST}
- TARGET_PORT=${TARGET_PORT}
- UNIX_SOCKET_NAME=${UNIX_SOCKET_NAME}