Skip to content

Commit 37a3ff3

Browse files
author
doublebyte1
committed
- added missing backticks
1 parent 4099256 commit 37a3ff3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/running-with-docker.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,14 +103,14 @@ The base Docker image supports two additional environment variables for configur
103103
To learn more about the Admin API see :ref:`admin-api`.
104104

105105
3. **`CONTAINER_HOST`**:
106-
This variable sets the listening address for incoming connections. Normally the server is listening on localhost (the default), but other values are also possible.
106+
This variable sets the listening address for incoming connections. Normally the server is listening on `localhost` (the default), but other values are also possible.
107107

108108
.. code-block:: bash
109109
110110
docker run -p 5000:80 -e CONTAINER_HOST=192.168.0.7 -it geopython/pygeoapi
111111
112112
4. **`CONTAINER_PORT`**:
113-
This variable sets the listening port for incoming connections. The default port is `80`; in this example, we change it to 5001.
113+
This variable sets the listening port for incoming connections. The default port is `80`; in this example, we change it to `5001`.
114114

115115
.. code-block:: bash
116116
@@ -127,7 +127,7 @@ The base Docker image supports two additional environment variables for configur
127127
128128
6. **`WSGI_WORKER_TIMEOUT`**:
129129

130-
Gunicorn workers silent for more than the seconds set by this variable are killed and restarted. The default value is 6000.
130+
Gunicorn workers silent for more than the seconds set by this variable are killed and restarted. The default value is `6000`.
131131

132132
.. code-block:: bash
133133

0 commit comments

Comments
 (0)