From faacbce0fade144e215bd57091ff7be7bf2b230a Mon Sep 17 00:00:00 2001 From: Alex Licata Date: Tue, 23 Jul 2024 19:52:47 +0200 Subject: [PATCH] update compose.yaml: restart docker unless-stopped Set Auto restart option for container created with docker compose --- compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/compose.yaml b/compose.yaml index 034b1d3..2b41dda 100644 --- a/compose.yaml +++ b/compose.yaml @@ -4,6 +4,7 @@ volumes: services: comet: image: g0ldyy/comet + restart: unless-stopped container_name: comet ports: - "3123:8000"