First commit
This commit is contained in:
parent
0870a757ef
commit
beb6604f52
@ -11,7 +11,7 @@
|
||||
### Start the container
|
||||
|
||||
```bash
|
||||
docker run -d --restart always -p 631:631 -v $(pwd):/etc/cups ydkn/cups:latest
|
||||
docker run -d --restart always -p 631:631 -v $(pwd):/etc/cups sthopeless/cups:latest
|
||||
```
|
||||
|
||||
### Configuration
|
||||
@ -22,5 +22,5 @@ Default credentials: admin / admin
|
||||
To change the admin password set the environment variable _ADMIN_PASSWORD_ to your password.
|
||||
|
||||
```bash
|
||||
docker run -d --restart always -p 631:631 -v $(pwd):/etc/cups -e ADMIN_PASSWORD=mySecretPassword ydkn/cups:latest
|
||||
docker run -d --restart always -p 631:631 -v $(pwd):/etc/cups -e ADMIN_PASSWORD=mySecretPassword sthopeless/cups:latest
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user