fix su-exec
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 6m53s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 6m53s
This commit is contained in:
@@ -22,4 +22,4 @@ iptables -t nat -A OUTPUT -p tcp -d 172.16.0.0/12 -j RETURN 2>/dev/null || true
|
|||||||
iptables -t nat -A OUTPUT -p tcp -j REDIRECT --to-ports 12345 2>/dev/null || true
|
iptables -t nat -A OUTPUT -p tcp -j REDIRECT --to-ports 12345 2>/dev/null || true
|
||||||
|
|
||||||
# Start n8n
|
# Start n8n
|
||||||
exec su-exec node n8n start
|
exec su-exec -s node n8n start
|
||||||
Reference in New Issue
Block a user