e8 --> e9

This commit is contained in:
Joey Hafner 2022-10-15 14:36:38 -07:00
parent 822182654c
commit 5a14669d25

View File

@ -1,9 +1,9 @@
version: '3'
services:
e8:
e9:
image: itzg/minecraft-server:latest
container_name: minecraft_e8
container_name: minecraft_e9
logging:
driver: loki
options:
@ -16,13 +16,13 @@ services:
- EULA=TRUE
- MAX_MEMORY=8G
- TYPE=FORGE
- VERSION=1.18.2
- FORGEVERSION=40.1.73
- VERSION=1.19.2
- FORGEVERSION=43.1.34
- OPS=jafner425
- ENABLE_RCON=true
- RCON_PASSWORD=${RCON_PASSWORD}
volumes:
- $DOCKER_DATA/e8:/data:rw
- $DOCKER_DATA/e9:/data:rw
networks:
- mc-router
restart: "no"