mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -07:00
add default credentials to docs
This commit is contained in:
parent
93fd42332c
commit
dc93ce50ad
2 changed files with 6 additions and 1 deletions
|
@ -23,6 +23,11 @@ docker run \
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
!!! tip "Default Credentials"
|
||||||
|
**Username:** changeme@email.com
|
||||||
|
|
||||||
|
**Password:** MyPassword
|
||||||
|
|
||||||
## Docker Compose with SQLite
|
## 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.
|
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.
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue