cleaning up space in command

This commit is contained in:
David Abutbul
2022-02-03 15:51:21 +02:00
committed by GitHub
parent 4793ad0492
commit 2157bb584f

View File

@@ -11,7 +11,7 @@ prepare a folder where you are going to save your bbs files.
you can perform this step from anywhere - but make sure to consistently run it from the same place to retain your config inside the docker guest you can perform this step from anywhere - but make sure to consistently run it from the same place to retain your config inside the docker guest
``` ```
docker run -it -p 8888:8888 \ docker run -it -p 8888:8888 \
--name " ENiGMABBS" \ --name "ENiGMABBS" \
-v "$(pwd)/config:/enigma-bbs/config" \ -v "$(pwd)/config:/enigma-bbs/config" \
-v "$(pwd)/db:/enigma-bbs/db" \ -v "$(pwd)/db:/enigma-bbs/db" \
-v "$(pwd)/logs:/enigma-bbs/logs" \ -v "$(pwd)/logs:/enigma-bbs/logs" \