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