1
0
Fork 1
mirror of https://akkoma.dev/AkkomaGang/akkoma.git synced 2024-09-11 14:17:21 +01:00

add DB restart to docker file

This commit is contained in:
FloatingGhost 2022-10-17 16:29:36 +01:00
parent 66f913355a
commit deba1d25f5

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