fix: fedi port and bind_addresses

This commit is contained in:
cellarspoon
2021-12-13 13:41:05 +01:00
parent ff78ac0aab
commit e13dee14bd
3 changed files with 13 additions and 0 deletions

View File

@ -308,6 +308,7 @@ listeners:
- port: 8008
tls: false
type: http
bind_addresses: ["0.0.0.0"]
x_forwarded: true
{{ if eq (env "DISABLE_FEDERATION") "1" }}