Skip to content

Commit 82306da

Browse files
committed
- updated command line to run pygeoapi
1 parent 8edeef3 commit 82306da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ It goes without saying that a combination of an unprotected instance and an enab
1414
Run pygeoapi docker container with hot reload, mounting a local configuration file:
1515

1616
```bash
17-
docker run -p 5000:80 -v $(pwd)/example-config.yml:/pygeoapi/local.config.yml geopython/pygeoapi:latest run-with-hot-reload
17+
docker run -p 5000:80 -e PYGEOAPI_SERVER_ADMIN=true geopython/pygeoapi:latest run-with-hot-reload
1818
```
1919

2020
## Deploy

0 commit comments

Comments
 (0)