Update README.md

This commit is contained in:
Stefan Pejcic 2024-12-23 10:51:57 +01:00 committed by GitHub
parent 37a85de251
commit 577d77ea3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,5 +3,5 @@ https://hub.docker.com/r/openpanel/openlitespeed
build build
```bash ```bash
docker build . -t openpanel/litespeed --build-arg OLS_VERSION+6.2.2 --build-arg PHP_VERSION=lsphp83 docker build . --build-arg OLS_VERSION=6.2.2 --build-arg PHP_VERSION=lsphp83 -t openpanel/litespeed
``` ```