First commit
This commit is contained in:
parent
d2d2a076b5
commit
36c36f5a93
@ -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
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user