From ce7186c89570f894acbbaf9141e7917cd7358211 Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 15 Oct 2025 00:35:24 +0200 Subject: [PATCH] change restart policy to "no" --- README.md | 4 ++-- compose.runtime.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 23789a5..141e319 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ services: devices: - "/dev/dri:/dev/dri" shm_size: "1gb" - restart: "unless-stopped" + restart: "no" spyder-x11: profiles: @@ -99,7 +99,7 @@ services: devices: - "/dev/dri:/dev/dri" shm_size: "1gb" - restart: "unless-stopped" + restart: "no" ``` ## Development Workflow (build locally) diff --git a/compose.runtime.yaml b/compose.runtime.yaml index 1d6adca..698571d 100644 --- a/compose.runtime.yaml +++ b/compose.runtime.yaml @@ -25,7 +25,7 @@ services: devices: - "/dev/dri:/dev/dri" shm_size: "1gb" - restart: "unless-stopped" + restart: "no" spyder-x11: profiles: @@ -53,4 +53,4 @@ services: devices: - "/dev/dri:/dev/dri" shm_size: "1gb" - restart: "unless-stopped" + restart: "no"