s/engima/enigma

where the hell did I put these configs??
This commit is contained in:
David Abutbul 2022-01-24 22:57:03 +02:00 committed by GitHub
parent 79f9ff8c6b
commit 3b41a18375
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -9,17 +9,17 @@ for every operating system on the [Docker website](https://docs.docker.com/engin
- Generate some config for your BBS:
```
docker run -it -v "${HOME}/engima-bbs/config:/enigma-bbs/config" enigmabbs/enigma-bbs:latest oputil.js config new
docker run -it -v "${HOME}/enigma-bbs/config:/enigma-bbs/config" enigmabbs/enigma-bbs:latest oputil.js config new
```
- 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}/enigma-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}/enigma-bbs/config`.
:bulb: Windows users - you'll need to switch out `${HOME}/engima-bbs/config` for a Windows-style path.
:bulb: Windows users - you'll need to switch out `${HOME}/enigma-bbs/config` for a Windows-style path.
## Volumes