From bed3e23f203c69222c0174a3dc02d9bf3d4f8c9b Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 14 Apr 2021 03:07:54 -0400 Subject: [PATCH] Create README.md --- data/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/README.md diff --git a/data/README.md b/data/README.md new file mode 100644 index 0000000..d9b65cc --- /dev/null +++ b/data/README.md @@ -0,0 +1,5 @@ +# The data folder + +Container state will be automatically stored in this folder, with one subfolder per container (as configured by the `volumes:` sections in the `docker-compose.yml` file). + +You must create this folder manually if you downloaded the `docker-compose.yml` file. You can also clone the entire repo in order to not have to make the folder manually.