From fef37f7dd8ae418c4ce7ed38382af77ac783fe2f Mon Sep 17 00:00:00 2001 From: Hal Lesesne Date: Thu, 29 Apr 2021 16:05:11 -0400 Subject: [PATCH] Readme and docker-compose update --- README.md | 3 ++- example/docker-compose.yml | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b6474d..fa28042 100644 --- a/README.md +++ b/README.md @@ -35,11 +35,12 @@ The container will try to infer reasonable defaults for the rest of the variable | `--anonymize-uploads` | `ANONYMIZE_UPLOADS` | y | | `--dedupe-uploads` | `DEDUPE_UPLOADS` | y | + See the [documentation for `instance gen`](https://docs-develop.pleroma.social/backend/administration/CLI_tasks/instance/) for more information. If you want to use RUM indexes, you need a [PostgreSQL container that supports them](https://github.com/jordemort/docker-postgres-rum/). -If you would like to use the [SoapBox UI](https://soapbox.pub/), you can set an environment variable USE_SOAPBOX to "y". +If you would like to use the [SoapBox UI](https://soapbox.pub/) instead of the normal Pleroma UI, you can set an environment variable USE_SOAPBOX to "y". SoapBox is a alternative to the normal Pleroma UI and emphasizes easier private branding and theming. ## Persistence diff --git a/example/docker-compose.yml b/example/docker-compose.yml index 7cd3e84..7b77968 100644 --- a/example/docker-compose.yml +++ b/example/docker-compose.yml @@ -1,4 +1,3 @@ -version: '3.7' services: pleroma: