Skip to content

Commit

Permalink
chore(deps): update ghostfolio/ghostfolio docker tag to v2.83.0 (#659)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 30, 2024
1 parent 4bfef01 commit 1c409af
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.82.0",
"version": "2.83.0",
"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.82.0 # Docker image to use
image: ghostfolio/ghostfolio:2.83.0 # 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 1c409af

Please sign in to comment.