From 95192fe6e12fbbf7c5a09b17af43b62588f5f0d8 Mon Sep 17 00:00:00 2001 From: tionu <201703262243_github.com@uniquemail.net> Date: Sun, 15 May 2022 21:51:19 +0200 Subject: [PATCH] Added "restart: unless-stopped" for netbox-housekeeping --- Deployment.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Deployment.md b/Deployment.md index 55ac6ac..3a9f48e 100644 --- a/Deployment.md +++ b/Deployment.md @@ -48,6 +48,8 @@ services: restart: unless-stopped netbox-worker: restart: unless-stopped + netbox-housekeeping: + restart: unless-stopped # Uncomment if you use NetBox Docker < 0.28.0 # nginx: # restart: unless-stopped