From 7bd0953dad36981c5c49aeb28c6b5aefe09bb42b Mon Sep 17 00:00:00 2001 From: Salt Date: Fri, 9 Apr 2021 16:56:32 -0500 Subject: [PATCH] Update README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aeafe64..03e27b5 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,12 @@ A Dockerfile and some assorted scripts to build a Minecraft Forge server contain Deploy as expected: ```bash -docker run -p 25565:25565 rehashedsalt/minecraft-forge +docker run -p 25565:25565 rehashedsalt/minecraft-forge:1.16.5-36.1.4-1.0.0 ``` -And badda bing, badda boom, you'll have a Minecraft Forge server of whatever the latest stable is. +And badda bing, badda boom, you'll have a Minecraft Forge server of whatever the tag is. + +For obvious reason, you **should never use the :latest tag!** ## Application State