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 13, 2024
1 parent 307f581 commit c12a4b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/razor-miniflux/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.9"
services:
razor-miniflux: # Should be exact same name as "id" field in config.json
container_name: razor-miniflux # Should be exact same name as "id" field in config.json
image: romesc/razorminiflux:1733487060 # Try to avoid "latest" tag. As it may break configs in the future.
image: romesc/razorminiflux:1734103191 # 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 c12a4b8

Please sign in to comment.