chore(deps): update actualbudget/actual-server docker tag to v23.7.0 (#806)
This commit is contained in:
parent
5a2749467f
commit
6cc068112d
|
@ -5,9 +5,11 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"port": 8011,
|
"port": 8011,
|
||||||
"id": "actual-budget",
|
"id": "actual-budget",
|
||||||
"tipi_version": 4,
|
"tipi_version": 5,
|
||||||
"version": "23.6.0",
|
"version": "23.7.0",
|
||||||
"categories": ["finance"],
|
"categories": [
|
||||||
|
"finance"
|
||||||
|
],
|
||||||
"description": "Actual is a local-first personal finance tool. It is 100% free and open-source, written in NodeJS, it has a synchronization element so that all your changes can move between devices without any heavy lifting.",
|
"description": "Actual is a local-first personal finance tool. It is 100% free and open-source, written in NodeJS, it has a synchronization element so that all your changes can move between devices without any heavy lifting.",
|
||||||
"short_desc": "Local-first OpenSource Budget tool",
|
"short_desc": "Local-first OpenSource Budget tool",
|
||||||
"author": "Shift Reset LLC",
|
"author": "Shift Reset LLC",
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: "3.9"
|
||||||
services:
|
services:
|
||||||
actual-budget:
|
actual-budget:
|
||||||
container_name: actual-budget
|
container_name: actual-budget
|
||||||
image: actualbudget/actual-server:23.6.0
|
image: actualbudget/actual-server:23.7.0
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:5006
|
- ${APP_PORT}:5006
|
||||||
|
|
Loading…
Reference in New Issue
Block a user