diff --git a/Apps/ghostfolio/config.json b/Apps/ghostfolio/config.json index b7cb33888..8f1865579 100644 --- a/Apps/ghostfolio/config.json +++ b/Apps/ghostfolio/config.json @@ -1,6 +1,6 @@ { "id": "ghostfolio", - "version": "2.81.0", + "version": "2.82.0", "image": "ghostfolio/ghostfolio", "youtube": "https://youtu.be/CNe4-8Vyhos", "docs_link": "", diff --git a/Apps/ghostfolio/docker-compose.yml b/Apps/ghostfolio/docker-compose.yml index 2260d1d88..c4a46d451 100644 --- a/Apps/ghostfolio/docker-compose.yml +++ b/Apps/ghostfolio/docker-compose.yml @@ -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.81.0 # Docker image to use + image: ghostfolio/ghostfolio:2.82.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.)