Skip to content

Commit

Permalink
Merge pull request #2107 from treeshateorcs/patch-2
Browse files Browse the repository at this point in the history
Update devel-env.rst
  • Loading branch information
amCap1712 committed Aug 19, 2022
2 parents 1e04f20 + a2d7a6f commit 73745b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/dev/devel-env.rst
Original file line number Diff line number Diff line change
Expand Up @@ -157,14 +157,14 @@ environment by running ``develop.sh up``.
.. note::

By default, the web service listens on port 80. If you already have a service listening
By default, the web service listens on port 8100. If you already have a service listening
on this port, then you can change it by updating the ports section of ``docker/docker-compose.yml``.


.. code-block:: bash
ports:
- "80:80"
- "8100:80"
To change the listening port, change only the value before the ":" to the port of your choice
and point your browser to ``http://localhost:<Port>``
Expand Down

0 comments on commit 73745b7

Please sign in to comment.