First commit

This commit is contained in:
Sthope 2022-07-10 16:27:50 +02:00
parent d2d2a076b5
commit 36c36f5a93

View File

@ -24,3 +24,10 @@ To change the admin password set the environment variable _ADMIN_PASSWORD_ to yo
```bash
docker run -d --restart always -p 631:631 -v $(pwd):/etc/cups -e ADMIN_PASSWORD=mySecretPassword sthopeless/cups:latest
```
### Testing
```bash
docker run -d --restart unless-stopped -p 631:631 -e ADMIN_PASSWORD=admin -e ADMIN_USERNAME=admin sthopeless/cups:latest
```