update readme

This commit is contained in:
David Claeys 2025-04-03 16:11:39 +02:00
parent 29bcc75d4f
commit cdb65849dc

View File

@ -33,7 +33,7 @@ However the *CERT_PASSWORD* argument is required, as it's necesarry in order to
You can build the image yourself like this You can build the image yourself like this
```sh ```sh
docker build --build-arg supersecretpassword . -t net-base docker build --build-arg CERT_PASSWORD=supersecretpassword . -t net-base
``` ```
| Argument | Description | Default | | Argument | Description | Default |