1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-19 13:19:39 +02:00

Update docker.md
Some checks are pending
Publish Docker image / ci (push) Waiting to run
Publish Docker image / Build docker image (push) Blocked by required conditions

Signed-off-by: Zach Gollwitzer <zach@maybe.co>
This commit is contained in:
Zach Gollwitzer 2025-05-02 08:52:19 -04:00 committed by GitHub
parent 752835f492
commit 1210a8f3a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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