From 4fd589af678327954e5d3605c8888796d1394daf Mon Sep 17 00:00:00 2001 From: Pablo Romeo Date: Thu, 21 Mar 2024 14:26:53 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d6cb2d..8bc5da3 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ version: "3" services: app: container_name: scrapex - image: ghcr.io/cloudx-labs/scrapex:main # it's better to pin down to a specific release version such as v0.1 + image: ghcr.io/cloudx-labs/scrapex:latest # it's better to pin down to a specific release version such as v0.1 environment: - TZ=America/Argentina/Buenos_Aires - PORT=3000