Merge branch 'dockerFederation' into 'develop'
Fix CONTRIBUTING See merge request funkwhale/funkwhale!254
This commit is contained in:
commit
a662b9dc83
15
CONTRIBUTING
15
CONTRIBUTING
|
@ -74,6 +74,14 @@ Create it like this::
|
|||
touch .env
|
||||
|
||||
|
||||
Create docker network
|
||||
^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Create the federation network::
|
||||
|
||||
docker network create federation
|
||||
|
||||
|
||||
Building the containers
|
||||
^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
@ -194,13 +202,6 @@ Run a reverse proxy for your instances
|
|||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
||||
Create docker network
|
||||
^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Create the federation network::
|
||||
|
||||
docker network create federation
|
||||
|
||||
Launch everything
|
||||
^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
|
Loading…
Reference in New Issue