diff --git a/README.md b/README.md index 3e3bf1f..dd21a05 100644 --- a/README.md +++ b/README.md @@ -13,16 +13,16 @@ The Berlin administration provides geodata via the FIS-Broker as Open Data. In a To run this application we suggest using docker and running the container behind a reverse proxy using nginx. See the [gunicorn documentation](https://docs.gunicorn.org/en/latest/deploy.html) for further information. You also can just run the docker container directly using -!Hint: Don't use the latest tag use a specific version. See the [docker hub page](https://hub.docker.com/r/technologiestiftung/xml-schema-validator/tags) for all of them. ```bash docker run -p "80:3333" technologiestiftung/xml-schema-validator:latest ``` - +Hint: Don't use the latest tag use a specific version. See the [docker hub page](https://hub.docker.com/r/technologiestiftung/xml-schema-validator/tags) for all of them. or run it with docker compose from source. Make sure to change exposed port in docker-compose.yml form 3333 to 80 (http) or 443 (https). ```bash +docker-compose build docker-compose up ```