Skip to content

Commit

Permalink
Remove duplicated section in README.md (#568)
Browse files Browse the repository at this point in the history
  • Loading branch information
francbartoli authored Sep 22, 2023
1 parent 41fe8c6 commit 41034ff
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -682,19 +682,6 @@ To run the just-built local image with your docker-compose file, the platform op
needs to be specified as ```linux/arm64/v8```. Otherwise, it will try to pull the docker image from the docker hub
instead of using the local image.
### Reverse Proxy using NGINX
You can also put nginx in front of geoserver to receive http request and translate it to uwsgi.
A sample `docker-compose-nginx.yml` is provided for running geoserver and nginx
```shell
docker-compose -f docker-compose-nginx.yml up -d
```
Once the services are running GeoServer will be available from
http://localhost/geoserver/web/
## Kubernetes (Helm Charts)
You can run the image in Kubernetes following the [recipe](https://github.com/kartoza/charts/tree/develop/charts/geoserver)
Expand Down

0 comments on commit 41034ff

Please sign in to comment.