Compare commits
2 Commits
8a78fd604a
...
1.16.5-36.
Author | SHA1 | Date | |
---|---|---|---|
df3c6166ac | |||
7bd0953dad |
@@ -3,7 +3,7 @@ FROM alpine:latest AS build
|
|||||||
|
|
||||||
# Args
|
# Args
|
||||||
ARG MINECRAFT_VERSION="1.16.5"
|
ARG MINECRAFT_VERSION="1.16.5"
|
||||||
ARG FORGE_VERSION="36.1.4"
|
ARG FORGE_VERSION="36.1.13"
|
||||||
|
|
||||||
# The actual setup work
|
# The actual setup work
|
||||||
COPY start-server.sh /minecraft/start-server.sh
|
COPY start-server.sh /minecraft/start-server.sh
|
||||||
|
@@ -7,10 +7,12 @@ A Dockerfile and some assorted scripts to build a Minecraft Forge server contain
|
|||||||
Deploy as expected:
|
Deploy as expected:
|
||||||
|
|
||||||
```bash
|
```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
|
## Application State
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user