docs(readme): 📚 Readme file updated

This commit is contained in:
Paramtamtam 2024-07-03 19:08:50 +04:00
parent a19cc5cb76
commit b4e9ea5ea6
No known key found for this signature in database
GPG Key ID: 366371698FAD0A2B

View File

@ -130,7 +130,7 @@ And simply start the server with the following command:
```bash
docker run --rm \
-v "$(pwd)/my-super-theme.html:/opt/my-template.html:ro" \
-p '8080:8080/tcp' ghcr.io/tarampampam/error-pages:3.0.0-beta-1 \
-p '8080:8080/tcp' ghcr.io/tarampampam/error-pages:3 \
serve --add-template /opt/my-template.html --template-name my-template
```