A lightweight Docker solution for running lprint to anounce label printers over IPP on your network.
docker-compose up --build
- The web interface will be available at
http://<host-ip>:<port>
(default port: 8631). You will not be able to access it with a domain name (e.g., lprint.example.com) without specifying it in the LISTEN_HOSTNAME enviorment variable. - To change the port or hostname, set the
SERVER_PORT
andLISTEN_HOSTNAME
environment variables indocker-compose.yml
.
- Use the web interface to add/configure printers, print test pages, and monitor jobs.
- Print from any device on your network using IPP.