DockerMC/README.md
NorbiPeti 3d81bd3700
Implement server start-stop logic, fix issues
- Fixed the volume being at /mcserver on host using the .env file
2022-07-04 00:00:04 +02:00

8 lines
84 B
Markdown

# Docker MC
## Usage
```shell
cd .docker
source .env
docker compose up --build
```