Skip to content

Instantly share code, notes, and snippets.

@NathanTheGr8
Created September 26, 2016 22:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NathanTheGr8/05f4ee25b68e4efd08070e43bd4f57ce to your computer and use it in GitHub Desktop.
Save NathanTheGr8/05f4ee25b68e4efd08070e43bd4f57ce to your computer and use it in GitHub Desktop.
docker command to start https://github.com/nimmis/docker-spigot with the flags I want
docker run -d -p 25565:25565 -e EULA=true --name spigot -v ./mc-srv:/minecraft nimmis/spigot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment