Clarify Username and Password

This commit is contained in:
Mike Nolan 2023-10-29 12:37:51 -05:00
parent d19120b3ef
commit f924c82357
1 changed files with 2 additions and 2 deletions

View File

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