3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-10-23 08:33:24 +00:00

Fix appservice port

This commit is contained in:
jasonlaguidice
2025-08-29 13:20:06 -07:00
parent 38a68397fe
commit 602f3f11cd

View File

@@ -209,7 +209,7 @@ appservice:
# The hostname and port where this appservice should listen. # The hostname and port where this appservice should listen.
# For Docker, you generally have to change the hostname to 0.0.0.0. # For Docker, you generally have to change the hostname to 0.0.0.0.
hostname: 0.0.0.0 hostname: 0.0.0.0
port: 4231 port: {{ matrix_steam_bridge_appservice_port }}
# The unique ID of this appservice. # The unique ID of this appservice.
id: steam id: steam