From 2ea6c9a781da78c126472720fbb588ef28ee73ea Mon Sep 17 00:00:00 2001 From: Ivor Barhansky Date: Thu, 2 Oct 2025 16:32:06 +0300 Subject: [PATCH] https://github.com/netbox-community/netbox-docker/pull/1501 --- Deployment.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Deployment.md b/Deployment.md index 0271781..d8e812f 100644 --- a/Deployment.md +++ b/Deployment.md @@ -47,8 +47,9 @@ services: restart: unless-stopped netbox-worker: restart: unless-stopped - netbox-housekeeping: - restart: unless-stopped +# Uncomment if you use NetBox Docker < 3.4.0 +# netbox-housekeeping: +# restart: unless-stopped # Uncomment if you use NetBox Docker < 0.28.0 # nginx: # restart: unless-stopped