summaryrefslogtreecommitdiff
path: root/docs/docker.en.md
diff options
context:
space:
mode:
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.