Files
Civ/containers
..
2023-11-08 15:08:31 -05:00
2024-04-15 13:30:55 +02:00
2024-03-04 14:13:39 -05:00
2024-03-04 14:13:39 -05:00
2023-11-15 20:19:28 -05:00
2022-01-09 16:02:11 -05:00
2023-05-11 17:39:48 -04:00
2022-01-09 16:02:11 -05:00
2022-01-11 12:08:39 -05:00

CivDocker

Development

  1. run docker-compose up
  2. 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

  1. run docker ps
  2. Note the name of the container. By default, randomly generated.
  3. Run docker attach <name>, for example: docker attach 81dcee85c1da