From db69ce5fbaa3562aa9c04a3d118c49615a8f17e2 Mon Sep 17 00:00:00 2001 From: Kayce Serafin Date: Sun, 19 Jan 2025 12:23:55 -0700 Subject: [PATCH] Add note on how to update client version From the docs it isn't clear how to update the client when using docker. This has been asked a few times on the discord channel. --- docs/install/docker.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/install/docker.md b/docs/install/docker.md index 29adbbd4c..8c2e04ee1 100644 --- a/docs/install/docker.md +++ b/docs/install/docker.md @@ -45,6 +45,8 @@ You can optionally configure the container using environment variables — see t $ docker-compose pull && docker-compose up -d ``` +> Note: After updating the server container, the client will automatically be updated. A manual page hard reload may be required to see the changes. + ## Launch container using docker command Pre-requisites: Docker @@ -89,6 +91,8 @@ You can place all of these in a batch script for a 1 click or single command upd $ docker stop my_actual_budget && docker container rm my_actual_budget && docker run --pull=always --restart=unless-stopped -d -p 5006:5006 -v YOUR/PATH/TO/DATA:/data --name my_actual_budget actualbudget/actual-server:latest ``` +> Note: After updating the server container, the client will automatically be updated. A manual page hard reload may be required to see the changes. + ## Test connection within local network On another PC within the local network connect to http://_serverIP_:_chosenPort_