Update restart policy to docker-compose

Omnibot will now restart when not explicitly stopped

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2024-04-30 10:58:32 -07:00
parent 5471481e8e
commit 801439c9f1

View File

@@ -6,3 +6,4 @@ services:
- "./omnibot:/app/omnibot" - "./omnibot:/app/omnibot"
- "./plugins:/app/plugins" - "./plugins:/app/plugins"
- "./data:/app/data" - "./data:/app/data"
restart: unless-stopped