mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/LCEMP-Server.git
synced 2026-05-22 03:46:24 +00:00
25 lines
560 B
YAML
25 lines
560 B
YAML
services:
|
|
lcemp-server:
|
|
build:
|
|
context: ../..
|
|
dockerfile: Minecraft.Server/docker/Dockerfile
|
|
image: lcemp-server:local
|
|
container_name: lcemp-server
|
|
restart: unless-stopped
|
|
network_mode: "host"
|
|
environment:
|
|
SERVER_PORT: "25565"
|
|
LEVEL_NAME: "world"
|
|
LEVEL_SIZE: "large"
|
|
GAMEMODE: "0"
|
|
DIFFICULTY: "2"
|
|
MAX_PLAYERS: "8"
|
|
PVP: "true"
|
|
MOTD: "A Minecraft LCE Server"
|
|
WHITE_LIST: "false"
|
|
VOICE_CHAT: "false"
|
|
ADVERTISE_LAN: "true"
|
|
|
|
volumes:
|
|
- ./config:/data
|