Skip to content

Commit

Permalink
docker: fix emph lines
Browse files Browse the repository at this point in the history
  • Loading branch information
landam committed Nov 25, 2017
1 parent 80823d8 commit e432232
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions installation/docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ language. Sample configuration of Gisquick services is shown below.

.. literalinclude:: ../_static/docker/example.docker-compose.yml
:language: python
:emphasize-lines: 7,9,17,18,31,33
:emphasize-lines: 7,9,17,18,22,23,37,38,41,43
:linenos:

.. note:: |note| Sample configuration is also available from
Expand Down Expand Up @@ -118,7 +118,7 @@ them. Gunicorn logs (see lines ``22`` and ``23`` in
usermod -aG docker <my-user-name>
By default, Gisquick platform is accessible on localhost port 443 (see
line ``33``), https://localhost
line ``41``), https://localhost

.. note:: |note| When using self-signed SSL certificates an exception in web
browser will be probably required to be added.
Expand Down

0 comments on commit e432232

Please sign in to comment.