Skip to content
Snippets Groups Projects
Commit 86f7e433 authored by void's avatar void
Browse files

fix python version

parent ce35ecb9
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ services:
volumes:
- {{ basedir }}/synapse-data/:/data
# Python version can be found in the dockerfile: https://github.com/matrix-org/synapse/blob/develop/docker/Dockerfile check for tag to get the correct version
- {{ basedir }}/rest_auth_provider.py:/usr/local/lib/python3.11/site-packages/rest_auth_provider.py
- {{ basedir }}/rest_auth_provider.py:/usr/local/lib/python3.12/site-packages/rest_auth_provider.py
environment:
SYNAPSE_CONFIG_PATH: "/data/homeserver.yaml"
TZ: "Europe/Berlin"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment