fix(service): audiobookshelf healthcheck command (#5993)
This commit is contained in:
		@@ -16,7 +16,7 @@ services:
 | 
				
			|||||||
      - audiobookshelf-config:/config
 | 
					      - audiobookshelf-config:/config
 | 
				
			||||||
      - audiobookshelf-metadata:/metadata
 | 
					      - audiobookshelf-metadata:/metadata
 | 
				
			||||||
    healthcheck:
 | 
					    healthcheck:
 | 
				
			||||||
      test: ["CMD-SHELL", "curl -f http://localhost:80/ping || exit 1"]
 | 
					      test: ["CMD-SHELL", "wget --quiet --tries=1 --timeout=5 http://localhost:80/ping -O /dev/null || exit 1"]
 | 
				
			||||||
      interval: 30s
 | 
					      interval: 30s
 | 
				
			||||||
      timeout: 10s
 | 
					      timeout: 10s
 | 
				
			||||||
      retries: 3
 | 
					      retries: 3
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user