From 1210a8f3a3e12fa7618690b3b9391a8e26e39d90 Mon Sep 17 00:00:00 2001 From: Zach Gollwitzer Date: Fri, 2 May 2025 08:52:19 -0400 Subject: [PATCH] Update docker.md Signed-off-by: Zach Gollwitzer --- docs/hosting/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hosting/docker.md b/docs/hosting/docker.md index 940a685f..13f9469a 100644 --- a/docs/hosting/docker.md +++ b/docs/hosting/docker.md @@ -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 docker compose pull # This pulls the "latest" published image from GHCR 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