service: Imrove native sockets

This commit is contained in:
uumas
2026-03-12 00:34:25 +02:00
parent 294b931d19
commit efc7bf5434
3 changed files with 4 additions and 5 deletions

View File

@@ -29,9 +29,7 @@ argument_specs:
service_container_http_port:
description:
- Port inside the container where http requests are proxied to.
- >-
If set to 0, /run/{{ service_name }}.sock on the host is bind mounted to /run/{{ service_name }}.sock inside the container
and http requests are proxied to it.
- If set to 0, http requests are proxied to /run/<service name>.sock inside the container
type: int
required: false
default: 0