Skip to content

Commit 2d429a3

Browse files
committed
Fix site-packages path
Related to #17 Fixes #18
1 parent daf7a59 commit 2d429a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ If you're using [docker-compose](https://docs.docker.com/compose/) to start the
5252
matrix:
5353
image: matrixdotorg/synapse:latest
5454
volumes:
55-
- ./shared_secret_authenticator.py:/usr/local/lib/python3.8/site-packages/shared_secret_authenticator.py
55+
- ./shared_secret_authenticator.py:/usr/local/lib/python3.9/site-packages/shared_secret_authenticator.py
5656
...
5757
```
5858

0 commit comments

Comments
 (0)