Skip to content

Commit dc233be

Browse files
authored
Use docker compose down --remove-orphans i.s.o stop (#206)
1 parent be763ed commit dc233be

File tree

1 file changed

+2
-2
lines changed
  • workshop/content/docs/publishing

1 file changed

+2
-2
lines changed

workshop/content/docs/publishing/first.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ To test:
6565
docker ps # verify that the pygeoapi container is running
6666
# visit http://localhost:5000 in your browser, verify some collections
6767
docker logs --follow pygeoapi # view logs
68-
docker compose stop
68+
docker compose down --remove-orphans
6969
```
7070
</div>
7171

@@ -77,7 +77,7 @@ To test:
7777
docker ps # verify that the pygeoapi container is running
7878
# visit http://localhost:5000 in your browser, verify some collections
7979
docker logs --follow pygeoapi # view logs
80-
docker compose stop
80+
docker compose down --remove-orphans
8181
```
8282
</div>
8383
## Publish first dataset

0 commit comments

Comments
 (0)