[synapse] Increment python version for custom modules
This commit is contained in:
parent
243bebaa38
commit
8c7acd6262
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ services:
|
|||
restart: unless-stopped
|
||||
volumes:
|
||||
- /media/matrix/matrix_data:/data
|
||||
- custom_modules:/usr/local/lib/python3.8/site-packages/custom_modules
|
||||
- custom_modules:/usr/local/lib/python3.9/site-packages/custom_modules
|
||||
environment:
|
||||
- VIRTUAL_HOST=matrix.jfreudenberger.de # the domain where the service should be reached
|
||||
- VIRTUAL_PORT=8008 # the port the service listens in the container
|
||||
|
|
Loading…
Reference in a new issue