Add 'update' subheadings for docker (#240)

This commit is contained in:
shall0pass
2023-07-12 18:01:52 -05:00
committed by GitHub
parent ce8ea5a534
commit f1f3079b0c

View File

@@ -39,7 +39,7 @@ $ docker-compose up --detach
You can optionally configure the container using environment variables — see the [configuration section](../config/index.md) for more details.
To update your container:
### Update Docker Compose container
```bash
$ docker-compose down
@@ -71,7 +71,7 @@ $ docker run --pull=always --restart=unless-stopped -d -p 5006:5006 -v YOUR/PATH
`actualbudget/actual-server:latest` -- defines which image you want to pull and launch.
To update the container from a new image, use these commands.
### Update Docker container using docker command
```bash
$ docker stop my_actual_budget