Skip to content

Commit df3df58

Browse files
committed
chore(cleanuparr): Temporarily remove healthcheck configuration for cleanuparr service
1 parent b0450b8 commit df3df58

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

docker-compose.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -332,12 +332,13 @@ services:
332332
image: ghcr.io/cleanuparr/cleanuparr:latest
333333
container_name: cleanuparr
334334
restart: always
335-
healthcheck:
336-
test: ["CMD", "curl", "-f", "http://localhost:11011/health"]
337-
interval: 1m
338-
timeout: 10s
339-
start_period: 30s
340-
retries: 10
335+
# healthcheck:
336+
# Removing healthcheck for now, see https://github.com/Cleanuparr/Cleanuparr/issues/393
337+
# test: ["CMD", "curl", "-f", "http://localhost:11011/health"]
338+
# interval: 1m
339+
# timeout: 10s
340+
# start_period: 30s
341+
# retries: 10
341342
volumes:
342343
- ${CONFIG_ROOT:-.}/cleanuparr/logs:/var/logs
343344
- ${CONFIG_ROOT:-.}/cleanuparr/ignored.txt:/usr/ignored.txt

0 commit comments

Comments
 (0)