no need to --rm unless there's issues really. (or upgrade ---- tbd)

This commit is contained in:
David Abutbul 2022-01-26 01:43:11 +02:00
parent 4889357615
commit 4957d7ea0d
1 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,10 @@ docker run -d -p 8888:8888 \
-v "$(pwd)/mail:/mail" \ -v "$(pwd)/mail:/mail" \
enigmabbs/enigmabbs:latest 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`. :bulb: Configuration will be stored in `$(pwd)/enigma-bbs/config`.