Add docker-compose notes to README

This commit is contained in:
Brendan Ward 2019-09-27 20:10:55 -07:00
parent 051fc2412a
commit ab619df2e3

View File

@ -167,6 +167,8 @@ Alternately, use `docker-compose` to run:
docker-compose up -d
```
The default `docker-compose.yml` configures `mbtileserver` to connect to port 8080 on the host, and uses the `./mbtiles/testdata` folder for tilesets. You can use your own `docker-compose.override.yml` or [environment specific files](https://docs.docker.com/compose/extends/) to set these how you like.
To reload the server:
```