From 4957d7ea0d50bb44444ea6b38c01caed79726ad3 Mon Sep 17 00:00:00 2001 From: David Abutbul Date: Wed, 26 Jan 2022 01:43:11 +0200 Subject: [PATCH] no need to --rm unless there's issues really. (or upgrade ---- tbd) --- docs/installation/docker.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/installation/docker.md b/docs/installation/docker.md index f2255efb..4b618ddb 100644 --- a/docs/installation/docker.md +++ b/docs/installation/docker.md @@ -35,6 +35,10 @@ docker run -d -p 8888:8888 \ -v "$(pwd)/mail:/mail" \ enigmabbs/enigmabbs:latest ```` +- Restarting and Making changes\ +if you make any changes to your host config folder they will persist, and you can just restart EnigmaBBS container to load any changes you've made. + +```docker restart EnigmaBBS``` :bulb: Configuration will be stored in `$(pwd)/enigma-bbs/config`.