From: FloatingGhost Date: Mon, 17 Oct 2022 15:29:36 +0000 (+0100) Subject: add DB restart to docker file X-Git-Url: http://git.squeep.com/?a=commitdiff_plain;h=deba1d25f5a953fad86abe88c03c729a251d3b22;hp=66f913355abb744c17f1b56d539bfd04b005070d;p=akkoma add DB restart to docker file --- 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