From 2e3b85d7f739160783e7c5552f1306298047704a Mon Sep 17 00:00:00 2001 From: retoor Date: Sat, 18 Jan 2025 12:23:23 +0000 Subject: [PATCH] Updated compose.yml --- compose.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/compose.yml b/compose.yml index 9186108..776e60d 100644 --- a/compose.yml +++ b/compose.yml @@ -1,12 +1,8 @@ services: snek: build: . + restart: always ports: - "8081:8081" volumes: - ./:/code - develop: - watch: - - action: sync - path: . - target: /code \ No newline at end of file