We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be763ed commit dc233beCopy full SHA for dc233be
workshop/content/docs/publishing/first.md
@@ -65,7 +65,7 @@ To test:
65
docker ps # verify that the pygeoapi container is running
66
# visit http://localhost:5000 in your browser, verify some collections
67
docker logs --follow pygeoapi # view logs
68
- docker compose stop
+ docker compose down --remove-orphans
69
```
70
</div>
71
@@ -77,7 +77,7 @@ To test:
77
78
79
80
81
82
83
## Publish first dataset
0 commit comments