dkforest

A forum and chat platform (onion)
git clone https://git.dasho.dev/n0tr1v/dkforest.git
Log | Files | Refs | LICENSE

commit 484043d8ccbcf9eda31c225a2202cdc93b3bd1d7
parent b652ee020c369d2a7ca9ea610dcebf6b52dd0829
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Sun, 28 May 2023 07:05:05 -0700

example how to bind volume

Diffstat:
Mreadme.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/readme.md b/readme.md @@ -2,7 +2,7 @@ ``` docker build -t dkf . -docker run -p 8080:8080 --name dkf dkf +docker run -p 8080:8080 -v /path/to/your/.dkf:/root/.dkf --name dkf dk ``` # How to run