CHANGELOG.md: mention new Docker images and docker-compose example

This commit is contained in:
Matthias Schiffer 2025-03-14 16:29:23 +01:00
parent e600a9dabb
commit dca365f4e2
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C

View file

@ -39,6 +39,11 @@
Note that some platforms like `msvc` are unsupported by jemalloc, and trying Note that some platforms like `msvc` are unsupported by jemalloc, and trying
to enable the `jemalloc` feature on these platforms may break the MinedMap to enable the `jemalloc` feature on these platforms may break the MinedMap
build or cause issues at runtime. build or cause issues at runtime.
- Docker images can be downloaded from the GitHub Container registry
Two images are provided, one for the tile renderer and one with the viewer
and a web server. A `docker-compose.yml` example can be found in the
repository as a starting point.
### Changed ### Changed