Merge pull request #354 from JonMR/patch-1

Add missing quote to docker run documentation
This commit is contained in:
Bryan Ashby
2021-05-05 20:57:28 -06:00
committed by GitHub

View File

@@ -14,7 +14,7 @@ for every operating system on the [Docker website](https://docs.docker.com/engin
- Run it: - Run it:
``` ```
docker run -p 8888:8888 -v "${HOME}/engima-bbs/config:/enigma-bbs/config enigmabbs/enigma-bbs:latest docker run -p 8888:8888 -v "${HOME}/engima-bbs/config:/enigma-bbs/config" enigmabbs/enigma-bbs:latest
``` ```
:bulb: Configuration will be stored in `${HOME}/engima-bbs/config`. :bulb: Configuration will be stored in `${HOME}/engima-bbs/config`.
@@ -46,4 +46,4 @@ Customising the Docker image is easy!
``` ```
docker build -f ./docker/Dockerfile . docker build -f ./docker/Dockerfile .
``` ```