mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
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
This commit is contained in:
parent
5a56ae65b2
commit
2858e0cbb7
2 changed files with 47 additions and 2 deletions
9
Docker/docker-compose.yml
Normal file
9
Docker/docker-compose.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
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'
|
||||
Loading…
Add table
Add a link
Reference in a new issue