From fcfb2c81fbf1233f1f388f9335e21510d65d0507 Mon Sep 17 00:00:00 2001 From: jkjoy Date: Fri, 30 Aug 2024 16:29:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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