From 8e30076fc7913a826ee884b61a03638bd230c97e Mon Sep 17 00:00:00 2001 From: colin Date: Sat, 20 Jan 2024 16:48:32 +0000 Subject: [PATCH] update compose example. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29a67c8..060ceb4 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ version: '3.8' services: trivy: - image: aquasec/trivy + image: git.nixc.us/colin/trivy:production volumes: - /:/mnt:ro - ./logs:/var/log/trivy