You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -228,6 +228,13 @@ Run ``docker-compose``:
228
228
```shell
229
229
docker-compose -f docker-compose-demo.yml up --build
230
230
```
231
+
232
+
In case of problems try something like
233
+
234
+
```shell
235
+
docker-compose -f docker-compose-demo.yml down --remove-orphans
236
+
```
237
+
231
238
## Environment Variables
232
239
233
240
Following is the list of the all the environment variables that can be passed down to the geoserver docker image, you can check the default values for an image using `docker inspect [IMAGE_NAME]`
0 commit comments