mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-03 07:49:15 +02:00
Fix port binding issues in dev
This commit is contained in:
parent
9a14be9c47
commit
2561d9d114
2 changed files with 6 additions and 1 deletions
|
@ -280,7 +280,8 @@ When working on federation with traefik, ensure you have this in your ``env``::
|
|||
EXTERNAL_REQUESTS_VERIFY_SSL=false
|
||||
# this ensure you don't have incorrect urls pointing to http resources
|
||||
FUNKWHALE_PROTOCOL=https
|
||||
|
||||
# Disable host ports binding for the nginx container, as traefik is serving everything
|
||||
NGINX_PORTS_MAPPING=80
|
||||
|
||||
Typical workflow for a contribution
|
||||
-----------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue