Update docs/docker.md

Co-authored-by: Oskar Manhart <52569953+oskardotglobal@users.noreply.github.com>
This commit is contained in:
Kroese 2025-04-03 11:16:35 +02:00 committed by GitHub
parent 12cf5ce3be
commit 5004e4a5ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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