Just another GC Docker

GC Docker is a docker container for dealing with Grasscutter

Prerequisities

In order to run this container you'll need docker and docker-compose installed.

Usage

Running

docker-compose up -d

Accessing the container

You may want to run commands in the GC CLI, after running the container you can access it with the name you gave it, for example:

docker attach grasscutter

Volumes

  • ./data - Grasscutter data
  • ./web - Grasscutter web
  • ./plugins - Grasscutter plugins
  • ./config.json - Grasscutter configure
  • ./keystore.p12 - Grasscutter certificate
  • ./mongodb-data - MongoDB data

Acknowledgments

People you want to thank