20 lines
795 B
Markdown
20 lines
795 B
Markdown
# SNIR's minecraft server
|
|
## Usage
|
|
Game server for the Minecraft game. It includes configurations for server optimization and quality of life. The repository also contains the map, which can be downloaded separately and used independently.
|
|
|
|
## Requirements
|
|
Do deploy this instance, you only need to install `docker-compose` and `docker`.
|
|
|
|
## Installation
|
|
To deploy a copy of this instance, you might want to modify where the volumes are pointing to.
|
|
Then run
|
|
|
|
```
|
|
docker-compose up -d
|
|
```
|
|
|
|
All necessary images should be downloaded automatically and the service should be started in the background.
|
|
|
|
## Minecraft update
|
|
When an update is release by Mojang, the `jar` file must be updated and further configuration might be necessary to keep server optimization and quality of life improvements.
|