We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aedef90 commit 193253fCopy full SHA for 193253f
1 file changed
readme-docs/DOCKER.md
@@ -109,7 +109,7 @@ This will run the application based on merged configurations from docker-compose
109
* python code (uwsgi and celeryworker containers).
110
111
* The `--py-autoreload 1` parameter in entrypoint-uwsgi-dev.sh will make uwsgi handle python hot-reloading for the **uwsgi** container.
112
-* Hot-reloading for the **celeryworker** container is implemented via `wathmedo` from the `watchdog` package.
+* Hot-reloading for the **celeryworker** container is implemented via `watchmedo` from the `watchdog` package.
113
* Changes in `.html` and `.tpl` files will also trigger a roload.
114
115
```
0 commit comments