mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-10 12:47:39 +01:00
Fix python packages path in synapse container
This commit is contained in:
parent
7cb140b987
commit
c11f772e78
@ -123,7 +123,7 @@ matrix_synapse_systemd_required_services_list: ['docker.service']
|
|||||||
# List of systemd services that matrix-synapse.service wants
|
# List of systemd services that matrix-synapse.service wants
|
||||||
matrix_synapse_systemd_wanted_services_list: []
|
matrix_synapse_systemd_wanted_services_list: []
|
||||||
|
|
||||||
matrix_synapse_in_container_python_packages_path: "/usr/local/lib/python3.9/site-packages"
|
matrix_synapse_in_container_python_packages_path: "/usr/local/lib/python3.11/site-packages"
|
||||||
|
|
||||||
# Specifies which template files to use when configuring Synapse.
|
# Specifies which template files to use when configuring Synapse.
|
||||||
# If you'd like to have your own different configuration, feel free to copy and paste
|
# If you'd like to have your own different configuration, feel free to copy and paste
|
||||||
|
Loading…
Reference in New Issue
Block a user