Skip to content
This repository was archived by the owner on Mar 21, 2026. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ while making use of the container.
docker build -t airprint-generate .
```

* Generate the avahi service by defining the ip address of the cups server
* Generate the avahi service by defining the ip address and port of the cups server

```shell
docker run --rm -it -v $(pwd):/tmp airprint-generate -H ${CUPS_SERVER_IP} -d /tmp
docker run --rm -it -v $(pwd):/tmp airprint-generate -H ${CUPS_SERVER_IP} -P ${CUPS_SERVER_PORT} -d /tmp
```