update
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Sthope 2022-08-07 20:36:46 +02:00
parent f1e372bc82
commit b9a1a55b3e

View File

@ -29,5 +29,5 @@ docker run -d --restart always -p 631:631 -v $(pwd):/etc/cups -e ADMIN_PASSWORD=
### Testing
```bash
docker run -d --restart unless-stopped -p 631:631 -e ADMIN_PASSWORD=admin -e ADMIN_USERNAME=admin sthopeless/cups:latest
docker run -d --restart unless-stopped -p 631:631 -e ADMIN_PASSWORD=admin -e ADMIN_USERNAME=admin git.sthope.dev/sthope/cups:latest
```