From f5618def62da21e1647a59d349e53fbdb9d998c0 Mon Sep 17 00:00:00 2001 From: Rudra-IITM Date: Fri, 5 Apr 2024 22:38:01 +0530 Subject: [PATCH] update install.md --- INSTALL.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 0b6f113dfa..0bfebce3e7 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -211,3 +211,9 @@ To build and run CUPS using Docker, follow these steps: ```bash docker exec -it cups /bin/bash ``` +### Additional Information +1. Use 'admin' as CUPS username and 'admin' as password. + +2. You can find the CUPS configuration files and log files in the docker-config directory of the repository on your local machine. Any changes made to these files will be reflected in the CUPS service running inside the Docker container. + +3. The CUPS web interface is accessible at http://localhost:631 from your web browser. \ No newline at end of file -- 2.47.2