From 77edabcbad4095881d990f91aa688ce3960656c2 Mon Sep 17 00:00:00 2001 From: Chanwoong Park <128444378+chanchanwoong@users.noreply.github.com> Date: Thu, 27 Jun 2024 10:58:48 +0900 Subject: [PATCH] =?UTF-8?q?hotfix:=20restart=20=EB=AA=85=EB=A0=B9=EC=96=B4?= =?UTF-8?q?=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/gradle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index b4ffb8e..3524cad 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -87,7 +87,7 @@ jobs: sudo docker rm notification-service - name: Run new docker container - run: sudo docker run -d --restart unless-stopped --name notification-service -p 9005:9005 --net cheonma-network ${{ secrets.DOCKERHUB_USERNAME }}/notification-service:latest + run: sudo docker run -d --name notification-service -p 9005:9005 --net cheonma-network ${{ secrets.DOCKERHUB_USERNAME }}/notification-service:latest - name: Delete old docker image run: sudo docker system prune -f \ No newline at end of file