From 8c7acd626259327aa6a905a45f4f20c190221009 Mon Sep 17 00:00:00 2001 From: JuliusFreudenberger Date: Sun, 3 Apr 2022 22:11:51 +0200 Subject: [PATCH] [synapse] Increment python version for custom modules --- synapse/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synapse/docker-compose.yaml b/synapse/docker-compose.yaml index e614b63..0e18b77 100644 --- a/synapse/docker-compose.yaml +++ b/synapse/docker-compose.yaml @@ -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