Configure FluffyChat's internal HTTP port

This commit is contained in:
Slavi Pantaleev
2026-08-31 06:55:31 +03:00
parent a6a9f3fbb3
commit 96f3d4fbba
4 changed files with 48 additions and 5 deletions
@@ -36,7 +36,7 @@ matrix_client_fluffychat_container_additional_networks_custom: []
# Configures the port number used inside the container image.
matrix_client_fluffychat_container_http_port: 8080
# Controls whether the matrix-client-fluffychat container exposes its HTTP port (tcp/8080 in the container).
# Controls whether the matrix-client-fluffychat container exposes its configured HTTP port (tcp/8080 by default).
#
# Takes an "<ip>:<port>" or "<port>" value (e.g. "127.0.0.1:8080"), or empty string to not expose.
#