Fix port binding issues in dev

This commit is contained in:
Eliot Berriot 2019-03-13 10:20:57 +01:00
parent 9a14be9c47
commit 2561d9d114
2 changed files with 6 additions and 1 deletions

View file

@ -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
-----------------------------------