chore(deps): update ghostfolio/ghostfolio docker tag to v1.301.0 (#1026)

This commit is contained in:
renovate[bot] 2023-08-18 22:16:23 +00:00 committed by GitHub
parent 560d24f633
commit ff8329ce5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 47 additions and 45 deletions

View File

@ -5,9 +5,11 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "ghostfolio", "id": "ghostfolio",
"tipi_version": 1, "tipi_version": 2,
"version": "1.300.0", "version": "1.301.0",
"categories": ["finance"], "categories": [
"finance"
],
"description": "Ghostfolio is a privacy-first, open source dashboard for your personal finances.", "description": "Ghostfolio is a privacy-first, open source dashboard for your personal finances.",
"short_desc": "Open Source Wealth Management Software.", "short_desc": "Open Source Wealth Management Software.",
"author": "dtslvr", "author": "dtslvr",
@ -42,4 +44,4 @@
"env_variable": "GHOSTFOLIO_REDIS_PASSWORD" "env_variable": "GHOSTFOLIO_REDIS_PASSWORD"
} }
] ]
} }

View File

@ -3,7 +3,7 @@ version: "3.9"
services: services:
ghostfolio: ghostfolio:
container_name: ghostfolio container_name: ghostfolio
image: ghostfolio/ghostfolio:1.300.0 image: ghostfolio/ghostfolio:1.301.0
restart: unless-stopped restart: unless-stopped
ports: ports:
- ${APP_PORT}:3333 - ${APP_PORT}:3333