add DB restart to docker file
ci/woodpecker/push/woodpecker Pipeline is pending Details

This commit is contained in:
FloatingGhost 2022-10-17 16:29:36 +01:00
parent 66f913355a
commit deba1d25f5
1 changed files with 1 additions and 1 deletions

View File

@ -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