From 29548e8a2b18f6ba98f07099f410cc6e5808bcb6 Mon Sep 17 00:00:00 2001 From: Yuchan Lee Date: Sat, 31 Aug 2024 04:52:05 +0000 Subject: [PATCH] docs: Update `README.md` --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 415e146..6bec044 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ Docker image for FreeRDP client with noVNC. I built this image to provide access to remote server through noVNC for simple use cases. It is generally recommend to use existing RDP clients for more advanced use cases. +- Configure access to remote server through FreeRDP over web UI (noVNC) + ## 📔 Usage You can try this image with Docker Compose by simply checking it out and running `docker compose up --build`. For more details, please check `docker-compose.yaml` file.