From 0ad0499c941ea818921a12d210e1f69654af4088 Mon Sep 17 00:00:00 2001 From: akanealw Date: Sun, 5 May 2024 20:22:58 -0500 Subject: [PATCH] added restart always --- cronicle-edge/compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/cronicle-edge/compose.yml b/cronicle-edge/compose.yml index 345d4e0..fe9b02a 100644 --- a/cronicle-edge/compose.yml +++ b/cronicle-edge/compose.yml @@ -8,6 +8,7 @@ services: tty: true ports: - 3012:3012 + restart: always volumes: - ${DOCKER_CONFIGS}/data:/opt/cronicle/data - ${DOCKER_CONFIGS}/server-root:/opt/cronicle/server-root:ro