Add restart: unless-stopped policy to docker-compose

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2024-07-02 15:26:09 -07:00
parent 9a6c0d8b28
commit 6aea52a29f

View File

@@ -9,3 +9,4 @@ services:
volumes: volumes:
- "./static:/app/static" - "./static:/app/static"
- "./bans.db:/app/bans.db" - "./bans.db:/app/bans.db"
restart: unless-stopped