1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-11-16 20:00:59 -05:00

Prevent databases from being killed during update

This commit is contained in:
toast-ts 2024-02-18 08:35:15 +11:00
parent 8bb1d44229
commit fd3c1bdfff

View File

@ -2,6 +2,6 @@
docker compose -f docker-compose.bot.yml down && \
docker compose -f docker-compose.bot.yml build && \
docker compose -f docker-compose.bot.yml up -d --remove-orphans
docker compose -f docker-compose.bot.yml up -d
exit 0