summaryrefslogtreecommitdiff
path: root/docs/docker.en.md
diff options
context:
space:
mode:
authorかひわし4(バージョン1) <khws4v1@gmail.com>2019-04-15 23:39:09 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2019-04-15 23:39:09 +0900
commitf44dc2dd0599d0a6e3661b77527d1cafaecacacb (patch)
tree3e701e04d60ecb05d690027e63fcaff8cbe09b73 /docs/docker.en.md
parentClean up (diff)
downloadsharkey-f44dc2dd0599d0a6e3661b77527d1cafaecacacb.tar.gz
sharkey-f44dc2dd0599d0a6e3661b77527d1cafaecacacb.tar.bz2
sharkey-f44dc2dd0599d0a6e3661b77527d1cafaecacacb.zip
Doc: Add "Init DB" section (#4695)
Misskey 11.x requires database initialization.
Diffstat (limited to 'docs/docker.en.md')
-rw-r--r--docs/docker.en.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/docker.en.md b/docs/docker.en.md
index 1b607f9eae..344279083b 100644
--- a/docs/docker.en.md
+++ b/docs/docker.en.md
@@ -57,7 +57,13 @@ Build misskey with the following:
`docker-compose build`
-*5.* That is it.
+*5.* Init DB
+----------------------------------------------------------------
+``` shell
+docker-compose run --rm web npm run init
+```
+
+*6.* That is it.
----------------------------------------------------------------
Well done! Now you have an environment to run Misskey.