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