这是一个专门用于搭建 Minecraft 服务器的 Docker 镜像,极大地简化了部署流程。用户只需要使用 Docker 命令或 Docker Compose,即可快速部署和启动 Minecraft 服务器,适用于个人玩家搭建自己的 Minecraft 世界,与朋友们一同享受游戏乐趣。
Dockerfile LICENSE README.md docker-compose-mkdocs.yml docker-compose.yml mkdocs.yml Breadcrumbs docker-minecraft-server / Latest commit itzg docs: remove the deprecated content from the README (#2618) Jan 31, 2024 e23c73c·Jan 31, 2024 ...
Dockerfile Upgraded to mc-server-runner 1.5.0 4年前 LICENSE Initial commit 11年前 Minecraft server containment.xml Moved Minecraft server files to top-level 6年前 README.md feat: add COPY_CONFIG_DEST option (#689) 4年前 docker-compose.yml docs: simplified top-level exam...
Describe the problem using docker-compose files not storing on local machine, tried all: used ./:/data used /games/mc/ftb-nt.1:/data used volume anything of this not working, mb my problem, but other dockers on my pc works (like this con...
Docker image that provides a Minecraft Server that will automatically download selected version at startup - fix ngrok docker compose example (#3173) · itzg/docker-minecraft-server@86354f5
docker run ... -e ONLINE_MODE=FALSE itzg/minecraft-server The following is an example that can be started withdocker compose up -d: services:mc:image:itzg/minecraft-serverenvironment:EULA:"TRUE"ONLINE_MODE:"FALSE"volumes: -mc-data:/dataproxy:image:itzg/mc-proxyenvironment:BUNGEE_JAR_REVISION...
itzg / docker-minecraft-server Public Notifications Fork 1.6k Star 10.1k itzg docker-minecraft-server Discussions Search all discussions Clear Sort by: Latest activity Label Filter Categories, most helpful, and community links Categories View all discussions 💬 General 💡 Ideas 🗳...
https://docker-minecraft-server.readthedocs.io/en/latest/#using-docker-compose Author Tim2653 commented Apr 12, 2024 • edited What does -t have to do with paths? I m confused. I see it now. I ll try changing. Can you change launch command after dowlanding file? If not, then i ...
Docker image that provides a Minecraft Server that will automatically download selected version at startup - Release 2024.12.0 · itzg/docker-minecraft-server
I'm using compose: survival: image: itzg/minecraft-server:latest ports: - "25599:25565" - "25589:25575" environment: FORCE_REDOWNLOAD: "TRUE" EULA: "TRUE" TYPE: FABRIC VERSION: "1.16.5" OVERRIDE_SERVER_PROPERTIES: "TRUE" volumes: - /home/paulj/dockermc/survival:/data tty: true stdin...