From: Rudra-IITM Date: Fri, 5 Apr 2024 17:08:01 +0000 (+0530) Subject: update install.md X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F929%2Fhead;p=thirdparty%2Fcups.git update install.md --- 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