Skip to content

Commit

Permalink
Add note on how to update client version
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Kennedy242 committed Jan 19, 2025
1 parent b020e84 commit db69ce5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/install/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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_

0 comments on commit db69ce5

Please sign in to comment.