更新 README.md

This commit is contained in:
jkjoy 2024-08-30 16:29:08 +08:00
parent ae66bd4b03
commit fcfb2c81fb
1 changed files with 5 additions and 0 deletions

View File

@ -17,8 +17,13 @@ cd pleroma-docker-compose
docker-compuse up -d docker-compuse up -d
``` ```
在初始化之后反向代理4000端口即可 在初始化之后反向代理4000端口即可
创建管理员账号
```
docker exec -it pleroma sh ~/bin/pleroma_ctl user new sun sun@ow3.cn --admin
```
_Notes_ _Notes_
You can customize the mounted config.exs to extend the pleroma config outside the ones generated off environment variables You can customize the mounted config.exs to extend the pleroma config outside the ones generated off environment variables