mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-19 13:19:39 +02:00
Update docker.md
Signed-off-by: Zach Gollwitzer <zach@maybe.co>
This commit is contained in:
parent
752835f492
commit
1210a8f3a3
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ NOT_ automatically update. To update your self-hosted app, run the following com
|
||||||
cd ~/docker-apps/maybe # Navigate to whatever directory you configured the app in
|
cd ~/docker-apps/maybe # Navigate to whatever directory you configured the app in
|
||||||
docker compose pull # This pulls the "latest" published image from GHCR
|
docker compose pull # This pulls the "latest" published image from GHCR
|
||||||
docker compose build # This rebuilds the app with updates
|
docker compose build # This rebuilds the app with updates
|
||||||
docker compose up --no-deps -d app # This restarts the app using the newest version
|
docker compose up --no-deps -d web worker # This restarts the app using the newest version
|
||||||
```
|
```
|
||||||
|
|
||||||
## How to change which updates your app receives
|
## How to change which updates your app receives
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue