Add proxying note

This commit is contained in:
TheSpad 2022-11-24 18:08:29 +00:00
parent eabd4e92e7
commit 94535578c4
No known key found for this signature in database
GPG key ID: 08F06191F4587860

View file

@ -79,6 +79,8 @@ app_setup_block: |
This container *requires* separate postgres and redis instances to run.
If you are reverse proxying this container you must proxy the *https* port otherwise you will end up with a redirect loop.
We support all of the official [environment variables](https://docs.joinmastodon.org/admin/config) for configuration. In place of adding them all to your run/compose you can use an env file such as [this example](https://github.com/mastodon/mastodon/blob/main/.env.production.sample) from the upstream project.
For more information check out the [mastodon documentation](https://docs.joinmastodon.org/).