The badge displayed on my repository indicates the status of the deployment verification workflow as executed on the latest commit to the main branch.
Passing: This means the most recent commit has successfully passed all deployment checks, confirming that the Docker Compose setup functions correctly as designed.
📙 The complete installation guide is available on my website.
💡 For details on deploying the Minecraft Proxy, check out this link: Minecraft Server Proxy Using Docker Compose.
❗ Change variables in the .env
to meet your requirements.
💡 Note that the .env
file and plugins
folder should be in the same directory as minecraft-server-docker-compose.yml
.
Create a network for your services before deploying the configuration using the command:
docker network create minecraft-server-network
Deploy Minecraft Server using Docker Compose:
docker compose -f minecraft-server-docker-compose.yml -p minecraft-server up -d
You can check the Minecraft Server status using the commands:
MINECRAFT_SERVER_CONTAINER=$(docker ps -aqf "name=minecraft-server-minecraft-server") \
&& docker exec -it $MINECRAFT_SERVER_CONTAINER mc-monitor status
You can check logs using the commands:
MINECRAFT_SERVER_CONTAINER=$(docker ps -aqf "name=minecraft-server-minecraft-server") \
&& docker logs $MINECRAFT_SERVER_CONTAINER
Apply new configuration after a change in the minecraft-server-docker-compose.yml
or .env
using the command:
docker compose -f minecraft-server-docker-compose.yml -p minecraft up -d
Connect to the Minecraft server command-line interface using the command:
MINECRAFT_SERVER_CONTAINER=$(docker ps -aqf "name=minecraft-server-minecraft-server") \
&& docker exec -i $MINECRAFT_SERVER_CONTAINER rcon-cli
The minecraft-server-data-backups
folder, holding all server backups, will be automatically created in the same directory as minecraft-server-docker-compose.yml
upon the server's initial startup.
I’m Vladimir Mikhalev, the Docker Captain, but my friends can call me Valdemar.
🌐 My website with detailed IT guides
🎬 Follow me on YouTube
🐦 Follow me on Twitter
🎨 Follow me on Instagram
🧵 Follow me on Threads
🐘 Follow me on Mastodon
🧊 Follow me on Bluesky
🎸 Follow me on Facebook
🎥 Follow me on TikTok
💻 Follow me on LinkedIn
🐈 Follow me on GitHub
👾 Chat with IT pros on Discord
📧 Reach me at [email protected]
💎 Support on GitHub
🏆 Support on Patreon
🥤 Support on BuyMeaCoffee
🍪 Support on Ko-fi
💖 Support on PayPal