diff options
| author | Stéphane Burdin <git@tux.tf> | 2019-01-10 02:24:04 +0100 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2019-01-10 10:24:04 +0900 |
| commit | 0a0e76679e574727fbaa5251e415aee036e287de (patch) | |
| tree | cd98d51ae07cbb4ef9ffd2a20ca1dd61608b079f /docs/docker.en.md | |
| parent | Change SMTP password field to have password type (#3861) (diff) | |
| download | sharkey-0a0e76679e574727fbaa5251e415aee036e287de.tar.gz sharkey-0a0e76679e574727fbaa5251e415aee036e287de.tar.bz2 sharkey-0a0e76679e574727fbaa5251e415aee036e287de.zip | |
Add manage and docker docs in french and correct mistake in english (#3863)
Diffstat (limited to 'docs/docker.en.md')
| -rw-r--r-- | docs/docker.en.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docker.en.md b/docs/docker.en.md index d1ca144f23..f0fcdb66d5 100644 --- a/docs/docker.en.md +++ b/docs/docker.en.md @@ -17,7 +17,7 @@ This guide describes how to install and setup Misskey with Docker. ---------------------------------------------------------------- 1. `cp .config/example.yml .config/default.yml` Copy the `.config/example.yml` and rename it to `default.yml`. 2. `cp .config/mongo_initdb_example.js .config/mongo_initdb.js` Copy the `.config/mongo_initdb_example.js` and rename it to `mongo_initdb.js`. -2. Edit `default.yml` and `mongo_initdb.js`. +3. Edit `default.yml` and `mongo_initdb.js`. *3.* Configure Docker ---------------------------------------------------------------- |