From 580a89c86fb498685991adcf3ec702e19e6bf1b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abdulkadir=20Furkan=20=C5=9Eanl=C4=B1?= Date: Tue, 23 Jan 2024 18:15:59 +0100 Subject: [PATCH] Don't restart in the compose.yml. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Abdulkadir Furkan Şanlı --- compose.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/compose.yml b/compose.yml index 6ac6547..e29c745 100644 --- a/compose.yml +++ b/compose.yml @@ -2,6 +2,5 @@ services: parkerbot: build: . env_file: .env - restart: unless-stopped volumes: - ./data:/data