[synapse] Update custom_modules path to new python version

This commit is contained in:
JuliusFreudenberger 2023-02-05 15:21:43 +01:00
parent 1c1ac4119e
commit 30a6687097

View file

@ -6,7 +6,7 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- /media/matrix/matrix_data:/data - /media/matrix/matrix_data:/data
- custom_modules:/usr/local/lib/python3.9/site-packages/custom_modules - custom_modules:/usr/local/lib/python3.11/site-packages/custom_modules
environment: environment:
- VIRTUAL_HOST=matrix.jfreudenberger.de # the domain where the service should be reached - VIRTUAL_HOST=matrix.jfreudenberger.de # the domain where the service should be reached
- VIRTUAL_PORT=8008 # the port the service listens in the container - VIRTUAL_PORT=8008 # the port the service listens in the container