Updated forge examples to use java8 image

#770
This commit is contained in:
Geoff Bourne
2021-02-15 10:21:18 -06:00
parent 6fe022ccc8
commit 92a15ea85d
6 changed files with 7 additions and 29 deletions
+2 -2
View File
@@ -2,8 +2,8 @@ version: "3.7"
services:
mc:
# FTBA support is only available in multiarch image tag
image: itzg/minecraft-server:multiarch
# FTBA support is only available in non-Alpine images
image: itzg/minecraft-server:java8-multiarch
ports:
# expose the Minecraft server port outside of container
- 25565:25565