Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisa-Stubert committed Dec 15, 2021
2 parents a49948a + 640e519 commit d492c58
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["@inpyjamas"]
}
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ 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:v2.0.0
docker run -p "80:3333" technologiestiftung/xml-schema-validator:latest
```


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
Expand Down

0 comments on commit d492c58

Please sign in to comment.