From 2437f777865313f2db7aa5a33897a9ec096bc0e6 Mon Sep 17 00:00:00 2001 From: Yasir Aris M Date: Mon, 29 Jul 2024 15:59:18 +0700 Subject: [PATCH] Update docker-compose.yml --- docker-compose.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index a4a4b36a..bb92480e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,5 +1,3 @@ -version: "3.9" - services: misskaty: image: misskaty @@ -8,8 +6,6 @@ services: context: . dockerfile: Dockerfile command: bash start.sh - environment: - CONFIG_FILE_URL: $CONFIG_FILE_URL restart: on-failure # restarter: