diff --git a/README.md b/README.md index 493344c5..fb75d084 100755 --- a/README.md +++ b/README.md @@ -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)