mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-10-23 00:23:25 +00:00
Fix appservice port
This commit is contained in:
@@ -209,7 +209,7 @@ appservice:
|
||||
# The hostname and port where this appservice should listen.
|
||||
# For Docker, you generally have to change the hostname to 0.0.0.0.
|
||||
hostname: 0.0.0.0
|
||||
port: 4231
|
||||
port: {{ matrix_steam_bridge_appservice_port }}
|
||||
|
||||
# The unique ID of this appservice.
|
||||
id: steam
|
||||
|
Reference in New Issue
Block a user