From 5004e4a5edd4e5a73aa6a1ec4b44b9bb766c6603 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 3 Apr 2025 11:16:35 +0200 Subject: [PATCH] Update docs/docker.md Co-authored-by: Oskar Manhart <52569953+oskardotglobal@users.noreply.github.com> --- docs/docker.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docker.md b/docs/docker.md index afea1ec..a890c01 100644 --- a/docs/docker.md +++ b/docs/docker.md @@ -56,6 +56,7 @@ docker compose --file ~/.config/winapps/compose.yaml down rm ~/.config/freerdp/server/127.0.0.1_3389.pem # Re-create the container with the updated configuration. +# Add the -d flag at the end to run the container in the background. docker compose --file ~/.config/winapps/compose.yaml up ```