mirror of
https://github.com/correl/docker-pleroma.git
synced 2024-11-23 11:09:55 +00:00
bind pleroma container to all interfaces again (#7)
pleromas new default config is to listen on 127.0.0.1 this setting doesn't work with an nginx reverse proxy directly on your host
This commit is contained in:
parent
c65299c863
commit
28ea3db52c
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ Configure Pleroma. Copy the following to `config/secret.exs`:
|
|||
use Mix.Config
|
||||
|
||||
config :pleroma, Pleroma.Web.Endpoint,
|
||||
http: [ ip: {0, 0, 0, 0}, ],
|
||||
url: [host: "pleroma.domain.tld", scheme: "https", port: 443],
|
||||
secret_key_base: "<use 'openssl rand -base64 48' to generate a key>"
|
||||
|
||||
|
|
Loading…
Reference in a new issue