cleaning up space in command
This commit is contained in:
parent
4793ad0492
commit
2157bb584f
|
@ -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" \
|
||||||
|
|
Loading…
Reference in New Issue