|
@@ -5,15 +5,15 @@ version: '3'
|
|
|
services:
|
|
services:
|
|
|
minecraft-server:
|
|
minecraft-server:
|
|
|
ports:
|
|
ports:
|
|
|
- - "10701:25565"
|
|
|
|
|
|
|
+ - "10710:25565"
|
|
|
|
|
|
|
|
environment:
|
|
environment:
|
|
|
EULA: "true"
|
|
EULA: "true"
|
|
|
- VERSION: "1.7"
|
|
|
|
|
|
|
+ VERSION: "1.7.10"
|
|
|
# on Type Forge, by default the container will run the RECOMMENDED version of Forge server
|
|
# on Type Forge, by default the container will run the RECOMMENDED version of Forge server
|
|
|
TYPE: FORGE
|
|
TYPE: FORGE
|
|
|
# ...but you can also choose to run a specific version with:
|
|
# ...but you can also choose to run a specific version with:
|
|
|
- FORGEVERSION: TODO 31.2.36
|
|
|
|
|
|
|
+ FORGEVERSION: TODO 10.13.4.1558
|
|
|
|
|
|
|
|
# By default the server configuration will be created and set based on the following environment variables,
|
|
# By default the server configuration will be created and set based on the following environment variables,
|
|
|
# but only the first time the server is started.
|
|
# but only the first time the server is started.
|
|
@@ -22,7 +22,7 @@ services:
|
|
|
# you can set the OVERRIDE_SERVER_PROPERTIES environment variable like:
|
|
# you can set the OVERRIDE_SERVER_PROPERTIES environment variable like:
|
|
|
OVERRIDE_SERVER_PROPERTIES: "true"
|
|
OVERRIDE_SERVER_PROPERTIES: "true"
|
|
|
|
|
|
|
|
- SERVER_NAME: MC-1.07
|
|
|
|
|
|
|
+ SERVER_NAME: MC-1.7.10
|
|
|
SERVER_PORT: 25565
|
|
SERVER_PORT: 25565
|
|
|
DIFFICULTY: 0
|
|
DIFFICULTY: 0
|
|
|
#WHITELIST: user1,user2
|
|
#WHITELIST: user1,user2
|
|
@@ -83,10 +83,7 @@ services:
|
|
|
# in each direction of the player (radius, not diameter). It determines the server-side viewing distance.
|
|
# in each direction of the player (radius, not diameter). It determines the server-side viewing distance.
|
|
|
VIEW_DISTANCE: 10
|
|
VIEW_DISTANCE: 10
|
|
|
|
|
|
|
|
- #SEED: 2101715061381480750
|
|
|
|
|
- #SEED: 1202512025120251202
|
|
|
|
|
- SEED: TODO-7534676290343315407 # Instant Village To Call Home
|
|
|
|
|
- #SEED: -3619351824246593494 # Ocean Temple
|
|
|
|
|
|
|
+ SEED: 8185281071607683059
|
|
|
|
|
|
|
|
# By default, Minecraft servers are configured to run in Survival mode.
|
|
# By default, Minecraft servers are configured to run in Survival mode.
|
|
|
# creative, survival, adventure, spectator
|
|
# creative, survival, adventure, spectator
|
|
@@ -136,10 +133,10 @@ services:
|
|
|
|
|
|
|
|
image: itzg/minecraft-server:latest
|
|
image: itzg/minecraft-server:latest
|
|
|
volumes:
|
|
volumes:
|
|
|
- - "/home/tobi/docker-minecraft_07/mc-1.07:/data"
|
|
|
|
|
- - "/home/tobi/docker-minecraft_07/mods:/mods"
|
|
|
|
|
|
|
+ - "/home/tobi/docker-minecraft_07-10/mc-1.7.10:/data"
|
|
|
|
|
+ - "/home/tobi/docker-minecraft_07-10/mods:/mods"
|
|
|
|
|
|
|
|
- container_name: mc107
|
|
|
|
|
|
|
+ container_name: mc10710
|
|
|
|
|
|
|
|
tty: true
|
|
tty: true
|
|
|
stdin_open: true
|
|
stdin_open: true
|