From a047f195979aa092172eae00f2639b35654b6fa1 Mon Sep 17 00:00:00 2001
From: hexboy <hexboy2011@gmail.com>
Date: Thu, 15 Aug 2024 17:51:21 +0330
Subject: [PATCH] add restart policy

---
 compose.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/compose.yaml b/compose.yaml
index 9f03124..440b6bd 100644
--- a/compose.yaml
+++ b/compose.yaml
@@ -3,6 +3,7 @@ services:
     image: hexboy2011/maven-mirror-tool
     build:
       context: .
+    restart: unless-stopped
     environment:
       NODE_ENV: production
     ports: