]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
update install.md 929/head
authorRudra-IITM <singhrudra5556@gmail.com>
Fri, 5 Apr 2024 17:08:01 +0000 (22:38 +0530)
committerRudra-IITM <singhrudra5556@gmail.com>
Fri, 5 Apr 2024 17:08:01 +0000 (22:38 +0530)
INSTALL.md

index 0b6f113dfa2800e3ce0a3006b495df3155a1c85a..0bfebce3e7bb1fff20f39db2cdd9682b32f6f169 100644 (file)
@@ -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