|
|
@@ -23,6 +23,8 @@ ExecStart=/usr/bin/docker run --rm --name matrix-synapse \ |
|
|
--network={{ matrix_docker_network }} \ |
|
|
--network={{ matrix_docker_network }} \ |
|
|
-e SYNAPSE_CONFIG_PATH=/data/homeserver.yaml \ |
|
|
-e SYNAPSE_CONFIG_PATH=/data/homeserver.yaml \ |
|
|
-e SYNAPSE_CACHE_FACTOR={{ matrix_synapse_cache_factor }} \ |
|
|
-e SYNAPSE_CACHE_FACTOR={{ matrix_synapse_cache_factor }} \ |
|
|
|
|
|
-e UID={{ matrix_user_uid }} \ |
|
|
|
|
|
-e GID={{ matrix_user_gid }} \ |
|
|
{% if matrix_synapse_federation_enabled %} |
|
|
{% if matrix_synapse_federation_enabled %} |
|
|
-p 8448:8448 \ |
|
|
-p 8448:8448 \ |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
|