From e50cc8ca55c0a9bcde93533eaa8456a5dfb57356 Mon Sep 17 00:00:00 2001 From: bvn13 Date: Fri, 14 Jun 2024 01:16:01 +0300 Subject: [PATCH] fix --- docker-compose.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 77a516d..8de5180 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,9 +1,5 @@ version: '3.3' -networks: - jedoist: - external: true - services: bot: @@ -14,6 +10,4 @@ services: - TODO_FILE=${TODO_FILE} volumes: - ${TODO_PATH}:/mnt/todo - restart: on-failure - networks: - - jedoist \ No newline at end of file + restart: on-failure \ No newline at end of file