Games
minecraft
java edition
version: "3.8"
services:
mc:
image: itzg/minecraft-server
tty: true
stdin_open: true
ports:
- "25565:25565"
environment:
EULA: "TRUE"
MEMORY: 1G
SERVER_NAME: "DRaab Minecraft Server"
volumes:
# attach the relative directory 'data' to the container's /data path
- minecraftData:/data
volumes:
minecraftData:
bedrock version
necessary for android
version: '3.4'
services:
bds:
image: itzg/minecraft-bedrock-server
environment:
EULA: "TRUE"
GAMEMODE: survival
DIFFICULTY: normal
ALLOW_LIST_USERS: "Antiker90"
ports:
- "19132:19132/udp"
volumes:
- bds:/data
stdin_open: true
tty: true
volumes:
bds: {}
server props
gamemode: Allowed values: "survival", "creative", or "adventure"
No comments to display
No comments to display