https://github.com/tcl606/minecraftserver
An example to start a Minecraft server
https://github.com/tcl606/minecraftserver
docker docker-compose minecraft
Last synced: about 2 months ago
JSON representation
An example to start a Minecraft server
- Host: GitHub
- URL: https://github.com/tcl606/minecraftserver
- Owner: TCL606
- Created: 2022-06-17T04:18:26.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-17T04:46:30.000Z (about 4 years ago)
- Last Synced: 2025-09-23T08:38:10.562Z (9 months ago)
- Topics: docker, docker-compose, minecraft
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minecraft Server
This is an example to start a Minecraft server, using the image ```itzg/minecraft-server:latest```.
All you need to do is to download this docker-compose.yml and .env, and start the server with ```docker-compose up -d```.
For more details, you can see [https://github.com/itzg/docker-minecraft-server](https://github.com/itzg/docker-minecraft-server).