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 -4
View File
@@ -729,16 +729,14 @@ every time you want to create new Minecraft server, you can now use
```
minecraft-server:
image: itzg/minecraft-server
ports:
- "25565:25565"
environment:
EULA: "TRUE"
image: itzg/minecraft-server
container_name: mc
tty: true
stdin_open: true
restart: always