From f40c6ee33fbdbbcaa4314cbf0e11e0dee5c5ebb5 Mon Sep 17 00:00:00 2001 From: "Calabro, Brandon" Date: Sun, 20 Jul 2025 21:29:30 -0500 Subject: [PATCH] Updated README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index bddb99a..5fb5d03 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,20 @@ This project sets up a development environment for SWG using Docker. 5. Run `ant swg` to compile the game and the assets. 6. Run `ant start` to run the server. +#### Completely wiping your local Docker environment + +> docker compose down -v + +This will remove all the volumes, including the database and the swg-main project directory. You will have to recompile the +project all over again. + +#### Shutting down your Container, Safely, Without Loss + +> docker compose down + +This will shut down the container, but it will keep the volumes, i.e., your database will stay, and your swg-main project +directory will be kept intact. + ## Custom Repository You can configure the Docker build to pull the `swg-main` source from your own repository. Create a file named `.env` in the root of this project and add the following variables as needed.