From 1b2f85f59d84a2b87d664da10794a520fac40568 Mon Sep 17 00:00:00 2001 From: Nootybloops <33755059+Nootybloops@users.noreply.github.com> Date: Mon, 26 Aug 2024 23:00:47 +1000 Subject: [PATCH] Add docker/peppermint.json No idea why git didn't pick up this file being added to the repo, but here it is manually uploaded anyway... Minimal peppermint.json so the dockerfile can use it. :) --- docker/peppermint.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 docker/peppermint.json diff --git a/docker/peppermint.json b/docker/peppermint.json new file mode 100644 index 0000000..76dd7d2 --- /dev/null +++ b/docker/peppermint.json @@ -0,0 +1,4 @@ +{ + "data_storage_dir": "/srv/data", + "firstrun_complete": false, +} \ No newline at end of file