From bb755a9c00d0c303de7a8c3432a8751f1d740af9 Mon Sep 17 00:00:00 2001 From: Tanguy Herbron Date: Thu, 8 Jul 2021 15:09:23 +0200 Subject: [PATCH] Update README for template deployment --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ab27b65..5642895 100644 --- a/README.md +++ b/README.md @@ -15,5 +15,8 @@ docker-compose up -d All necessary images should be downloaded automatically and the service should be started in the background. +## Template deployment +When starting a new instance from the template branch, you need to add your own `server.jar` file to the root of the folder for docker to start the server. + ## Minecraft update When an update is release by Mojang, the `jar` file must be updated and further configuration might be necessary to keep server optimization and quality of life improvements.