From f93d7b282585196f4c0a09485995049ae56f93b3 Mon Sep 17 00:00:00 2001 From: Derek Cooper Date: Wed, 27 May 2026 23:00:10 -0700 Subject: [PATCH] fixed order of deploy --- Tautulli/docker-compose-nfs.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Tautulli/docker-compose-nfs.yaml b/Tautulli/docker-compose-nfs.yaml index 704b287..0753fbc 100644 --- a/Tautulli/docker-compose-nfs.yaml +++ b/Tautulli/docker-compose-nfs.yaml @@ -10,16 +10,16 @@ services: - tautulli-config:/config ports: - ${TAUTULLI_PORT:-8181}:8181 - deploy: - resources: - limits: - memory: 512M healthcheck: test: ["CMD", "curl", "-ILfSs", "http://localhost:8181/status"] start_period: 90s interval: 30s timeout: 10s retries: 3 + deploy: + resources: + limits: + memory: 512M restart: unless-stopped volumes: