Add missing quote to docker run documentation

This commit is contained in:
Jon Radon 2021-05-03 22:38:05 -04:00 committed by GitHub
parent 968b8e0922
commit 656a88ba53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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`.