From 6c9a9bc5c8d32a0dc606d454b9d7a95c64591124 Mon Sep 17 00:00:00 2001 From: rodrigomescua Date: Fri, 6 Dec 2024 17:16:42 -0300 Subject: [PATCH] Update docker-compose.yml --- apps/razor-pricehistory/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/razor-pricehistory/docker-compose.yml b/apps/razor-pricehistory/docker-compose.yml index 66ece22a79..431dee3648 100644 --- a/apps/razor-pricehistory/docker-compose.yml +++ b/apps/razor-pricehistory/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.9" services: razor-pricehistory: # Should be exact same name as "id" field in config.json container_name: razor-pricehistory # Should be exact same name as "id" field in config.json - image: romesc/razorpricehistory:1733515403 # Try to avoid "latest" tag. As it may break configs in the future. + image: romesc/razorpricehistory:1733516135 # Try to avoid "latest" tag. As it may break configs in the future. restart: unless-stopped # Do not change this environment: - TZ=${TZ} # Can use any env variable. See "environment variables" section in the docs