chore(deps): update actualbudget/actual-server docker tag to v23.7.1 (#816)
This commit is contained in:
parent
aa4a218e88
commit
3f33f2d51d
|
@ -5,8 +5,8 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"port": 8011,
|
"port": 8011,
|
||||||
"id": "actual-budget",
|
"id": "actual-budget",
|
||||||
"tipi_version": 5,
|
"tipi_version": 6,
|
||||||
"version": "23.7.0",
|
"version": "23.7.1",
|
||||||
"categories": [
|
"categories": [
|
||||||
"finance"
|
"finance"
|
||||||
],
|
],
|
||||||
|
|
|
@ -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.7.0
|
image: actualbudget/actual-server:23.7.1
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:5006
|
- ${APP_PORT}:5006
|
||||||
|
|
Loading…
Reference in New Issue
Block a user