Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WouterVisscher committed Aug 4, 2021
1 parent b003e60 commit c629376
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -38,15 +38,15 @@ docker build -t pdok/goaf:latest .
The GeoPackage provider is a minimal config for GeoPackages that tend to be relative small e.g. < 3 GB.

```docker
docker run --rm -v `pwd`/example:/example -c /example/config-addresses-gpkg-minimal.yaml -p 8080:8080 pdok/goaf:latest
docker run --rm -v `pwd`/example:/example -e CONFIG=/example/config-addresses-gpkg-minimal.yaml -p 8080:8080 pdok/goaf:latest
```

## PostGIS

More elaborate config optimised performance for huge db (10M+ features/collection)

```docker
docker run -v `pwd`/example:/example -c /example/config-addresses-postgis-localhost.yaml' -p 8080:8080 pdok/goaf:latest
docker run -v `pwd`/example:/example -e CONFIG=/example/config-addresses-postgis-localhost.yaml' -p 8080:8080 pdok/goaf:latest
```

### Example table
Expand Down

0 comments on commit c629376

Please sign in to comment.