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
517c642e3f
commit
ca81a38fcc
1 changed files with 2 additions and 1 deletions
|
@ -16,6 +16,7 @@ category: 技术
|
|||
- 新建文件夹,在里面新建一个 `docker-compose.yml` 文件,往里写入
|
||||
|
||||
```yaml
|
||||
#也感谢糖苗提供的配置文件~
|
||||
version: "3.4"
|
||||
|
||||
services:
|
||||
|
@ -70,7 +71,7 @@ networks:
|
|||
external_network:
|
||||
```
|
||||
|
||||
- 之后运行 `docker-compoe up -d` 将其运行,之后在 `./synapse/data` 路径下有叫 `homeserver.yaml` 的配置文件,编辑之 `nano ./synapse/data/homeserver.yaml`
|
||||
- 之后运行 `docker-compoe up -d` 命令将其启动,之后在 `./synapse/data` 路径下有叫 `homeserver.yaml` 的配置文件,编辑之 `nano ./synapse/data/homeserver.yaml`
|
||||
|
||||
```yaml
|
||||
# 重点改以下配置
|
||||
|
|
Loading…
Reference in a new issue