We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8edeef3 commit 82306daCopy full SHA for 82306da
1 file changed
README.md
@@ -14,7 +14,7 @@ It goes without saying that a combination of an unprotected instance and an enab
14
Run pygeoapi docker container with hot reload, mounting a local configuration file:
15
16
```bash
17
-docker run -p 5000:80 -v $(pwd)/example-config.yml:/pygeoapi/local.config.yml geopython/pygeoapi:latest run-with-hot-reload
+docker run -p 5000:80 -e PYGEOAPI_SERVER_ADMIN=true geopython/pygeoapi:latest run-with-hot-reload
18
```
19
20
## Deploy
0 commit comments