Clarify Username and Password
This commit is contained in:
parent
d19120b3ef
commit
f924c82357
|
@ -13,6 +13,6 @@ Just put any credentials then remember them
|
||||||
|
|
||||||
# Run in docker
|
# Run in docker
|
||||||
```bash
|
```bash
|
||||||
docker build -t simplenotesserver:latest .
|
$ docker build -t simplenotesserver:latest .
|
||||||
docker run -d --restart=unless-stopped -v ./data:/App/out/data -p 19428:19428 simplenotesserver:latest
|
$ docker run -d --restart=unless-stopped -v ./data:/App/out/data -p 19428:19428 simplenotesserver:latest
|
||||||
```
|
```
|
Loading…
Reference in New Issue