Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigomescua authored Dec 6, 2024
1 parent 43a3b1e commit 0db2a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/razor-pricehistory/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:1733511207 # Try to avoid "latest" tag. As it may break configs in the future.
image: romesc/razorpricehistory:1733515403 # 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
Expand Down

0 comments on commit 0db2a3b

Please sign in to comment.