Skip to content

Commit

Permalink
chore(deps): update ghostfolio/ghostfolio docker tag to v2.124.1 (#2200)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 28, 2024
1 parent 182e841 commit 87ab6a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Apps/ghostfolio/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "ghostfolio",
"version": "2.124.0",
"version": "2.124.1",
"image": "ghostfolio/ghostfolio",
"youtube": "https://youtu.be/CNe4-8Vyhos",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion Apps/ghostfolio/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
# Service definition for the Ghostfolio application
big-bear-ghostfolio:
container_name: big-bear-ghostfolio # Unique name for the container instance
image: ghostfolio/ghostfolio:2.124.0 # Docker image to use
image: ghostfolio/ghostfolio:2.124.1 # Docker image to use
restart: unless-stopped # Policy to restart the container unless manually stopped
environment: # Environment variables for configuration
NODE_ENV: production # Node environment setting (production, development, etc.)
Expand Down

0 comments on commit 87ab6a2

Please sign in to comment.