Dockerized Minecraft servers for very quick local testing
Go to file
Norbi Peti d584d7540e
Copy plugins on server startup
- Copying everything as we can't copy while the server is running, so we need
to either know which plugins changed or just copy it all (since it needs to
be copied to both places)
2022-07-04 00:55:39 +02:00
.docker Copy plugins on server startup 2022-07-04 00:55:39 +02:00
src Copy plugins on server startup 2022-07-04 00:55:39 +02:00
.gitignore Implement server start-stop logic, fix issues 2022-07-04 00:00:04 +02:00
README.md Implement server start-stop logic, fix issues 2022-07-04 00:00:04 +02:00

Docker MC

Usage

cd .docker
source .env
docker compose up --build