From deba1d25f5a953fad86abe88c03c729a251d3b22 Mon Sep 17 00:00:00 2001 From: FloatingGhost Date: Mon, 17 Oct 2022 16:29:36 +0100 Subject: [PATCH] add DB restart to docker file --- docs/docs/installation/docker_en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/installation/docker_en.md b/docs/docs/installation/docker_en.md index ecb927649..bf67f4d86 100644 --- a/docs/docs/installation/docker_en.md +++ b/docs/docs/installation/docker_en.md @@ -150,7 +150,7 @@ git pull ./docker-resources/manage.sh mix deps.get ./docker-resources/manage.sh mix compile ./docker-resources/manage.sh mix ecto.migrate -docker-compose restart akkoma +docker-compose restart akkoma db ``` #### Further reading