Make bot always restart

This commit is contained in:
2021-07-07 08:05:32 +02:00
parent 57a7037ce9
commit 025294c633

View File

@@ -1,6 +1,7 @@
version: "3.8" version: "3.8"
services: services:
bot: bot:
restart: always
build: . build: .
stdin_open: true stdin_open: true
tty: true tty: true