From dc93ce50ad83b341863a4225180788d63fde743e Mon Sep 17 00:00:00 2001 From: hay-kot Date: Thu, 1 Apr 2021 10:28:17 -0800 Subject: [PATCH] add default credentials to docs --- docs/docs/getting-started/install.md | 5 +++++ docs/docs/overrides/api.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/docs/getting-started/install.md b/docs/docs/getting-started/install.md index 3f2aaf113..737d20e48 100644 --- a/docs/docs/getting-started/install.md +++ b/docs/docs/getting-started/install.md @@ -23,6 +23,11 @@ docker run \ ``` +!!! tip "Default Credentials" + **Username:** changeme@email.com + + **Password:** MyPassword + ## Docker Compose with SQLite Deployment with docker-compose is the recommended method for deployment. The example below will create an instance of mealie available on port `9925` with the data volume mounted from the local directory. To use, create a docker-compose.yml file, paste the contents below and save. In the terminal run `docker-compose up -d` to start the container. diff --git a/docs/docs/overrides/api.html b/docs/docs/overrides/api.html index 5249b0d34..2219e40ad 100644 --- a/docs/docs/overrides/api.html +++ b/docs/docs/overrides/api.html @@ -14,7 +14,7 @@