Skip to content

Latest commit

 

History

History
executable file
·
17 lines (12 loc) · 709 Bytes

README.md

File metadata and controls

executable file
·
17 lines (12 loc) · 709 Bytes

Docker Pulls Docker Stars Build Status

An Alpine Linux based Dockerfile to run the Minecraft server proxy Velocity It expects a volume to store data mapped to /config in the container. Enjoy!

Example run command

docker run -d --restart=on-failure:10 --name velocity -v /volumes/velocity:/config -p 25577:25577 spritsail/velocity:latest