[matrix] update docker-compose for Task#11983
This commit is contained in:
parent
fe1c0c933e
commit
a977e12ba4
2 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ services:
|
||||||
- "8008:8008/tcp"
|
- "8008:8008/tcp"
|
||||||
volumes:
|
volumes:
|
||||||
- ./synapse:/data
|
- ./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:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
|
|
||||||
|
|
0
synapse/log.yaml
Normal file → Executable file
0
synapse/log.yaml
Normal file → Executable file
Loading…
Reference in a new issue