[matrix] update docker-compose for Task#11983

This commit is contained in:
kjg 2023-09-08 14:43:39 +00:00
parent fe1c0c933e
commit a977e12ba4
2 changed files with 1 additions and 1 deletions

View file

@ -12,7 +12,7 @@ services:
- "8008:8008/tcp"
volumes:
- ./synapse:/data
entrypoint: sh -c "/data/homeserver.yaml.sh && chmod -R 775 /data && /start.py"
entrypoint: sh -c "/data/homeserver.yaml.sh && chmod -R 777 /data && /start.py"
depends_on:
- postgres

0
synapse/log.yaml Normal file → Executable file
View file