mirror of
https://github.com/SouthFox-D/SouthFox-D.github.io.git
synced 2024-11-25 08:26:51 +01:00
posts: update post
This commit is contained in:
parent
b76825654c
commit
a28f1b8946
1 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@ networks:
|
||||||
external_network:
|
external_network:
|
||||||
```
|
```
|
||||||
|
|
||||||
- 之后运行 `docker-compoe up -d` 命令将其启动,之后在 `./synapse/data` 路径下有叫 `homeserver.yaml` 的配置文件,编辑之 `nano ./synapse/data/homeserver.yaml`
|
- 之后运行 `docker-compoe up -d` 命令将其启动,之后检查在 `./synapse/data` 路径下有叫 `homeserver.yaml` 的配置文件,停止容器 `docker-compose stop` ,再编辑配置文件 `nano ./synapse/data/homeserver.yaml`
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# 重点改以下配置
|
# 重点改以下配置
|
||||||
|
@ -111,7 +111,7 @@ redis:
|
||||||
port: 6379
|
port: 6379
|
||||||
```
|
```
|
||||||
|
|
||||||
- 之后重启服务,`docker-compose restart`
|
- 之后再启动服务,`docker-compose start`
|
||||||
- 编辑 `matrix.org` 的 `nginx` 配置文件加入以下配置
|
- 编辑 `matrix.org` 的 `nginx` 配置文件加入以下配置
|
||||||
|
|
||||||
```nginx
|
```nginx
|
||||||
|
|
Loading…
Reference in a new issue