mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-15 23:20:44 +00:00
561 B
561 B
CivDocker
Development
- run
docker-compose up - Connect to minecraft server at
localhost:25565
Container data (world, logs, etc.) are mounted at ./local.
The data directory therin is provided for local verification,
and should not be used in prod.
If changes are made to the docker build,
you need to use docker-compose up --build next time you run.
Using the console
- run
docker ps - Note the name of the container. By default, randomly generated.
- Run
docker attach <name>, for example:docker attach 81dcee85c1da