Minecraft-Console-Client/Docker/docker-compose.yml
Archer57 2858e0cbb7
Added docker-compose configuration (#1855)
* Fixed some spelling and typing mistakes

* Added docker-compose configuration

* Added docker-compose description to the user manual

* changed the default path of the mapped volume to a relative path
2021-12-19 11:49:02 +08:00

9 lines
352 B
YAML

version: '2'
services:
MCC:
image: 'minecraft-console-client:latest'
container_name: 'MinecraftConsoleClient'
# You could also comment out the volumes section if you don't want to mount the volume. That is up to you. If you do so it's harder to edit the .ini file if thats something you want to do.
volumes:
- './data:/opt/data'