diff --git a/README.md b/README.md index 1360e7e..404ec00 100644 --- a/README.md +++ b/README.md @@ -746,6 +746,10 @@ read-only volume attachment to ensure the clone source remains pristine. docker run ... -v $HOME/worlds:/worlds:ro -e WORLD=/worlds/basic ``` +The following diagram shows how this option can be used in a compose deployment with a relative directory: + +![](docs/world-copy-compose-project.drawio.png) + ### Overwrite world on start The world will only be downloaded or copied if it doesn't exist already. Set `FORCE_WORLD_COPY=TRUE` to force overwrite the world on every server start. diff --git a/docs/motd-example.png b/docs/motd-example.png new file mode 100644 index 0000000..265c66a Binary files /dev/null and b/docs/motd-example.png differ