Skip to content

Minecraft Server With Custom Maps... #2670

Answered by dhruvg102
dhruvg102 asked this question in Q&A
Discussion options

You must be logged in to vote

I have got the server working on my local network. The docker-compose.yml looks like this

version: "3.8"

services:
mc:
image: itzg/minecraft-server
volumes:
- minecraftdata:/data
tty: true
stdin_open: true
ports:
- "25565:25565"
environment:
EULA: "TRUE"
VERSION: "1.20.1"
MEMORY: "5G"

  OVERRIDE_ICON: "TRUE"
  WORLD: https://download2354.mediafire.com/k99qzyrktgfgjeke0hx1EOdmzi57zHvS2eK2If3kgoCCB8BPa45Cjf2AtszpI8VImgRAqVnM-tgAMxYZXYqxBZp4nUpkkEW7x5jIbsvHmt5zRPSNS97bQhjoEwJaBw1yt9b0qNqpiCl4HT5-GudT1X6fnjc7I9cIBNKOuXWABKWPXrg/8pxrmqijr4ry5ak/Skyblock+4.12.3.zip
  restart: unless-stopped

volumes:
minecraftdata:
external: true

I had to restart the container and remove the docker volume and m…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@itzg
Comment options

itzg Feb 18, 2024
Maintainer

@dhruvg102
Comment options

Answer selected by dhruvg102
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants