mirror of
https://github.com/10h30/ols-docker-env.git
synced 2026-05-12 15:21:24 +09:00
add lsup
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
# OpenLiteSpeed WordPress Docker Container (Beta)
|
||||
[](https://hub.docker.com/r/litespeedtech/openlitespeed)
|
||||
[](https://hub.docker.com/r/litespeedtech/openlitespeed)
|
||||
[](https://hub.docker.com/r/litespeedtech/openlitespeed-beta)
|
||||
[](https://hub.docker.com/r/litespeedtech/openlitespeed)
|
||||
[](https://hub.docker.com/r/litespeedtech/openlitespeed-beta)
|
||||
|
||||
Install a Lightweight WordPress container with OpenLiteSpeed 1.6.5+ & PHP 7.3+ based on Ubuntu 18.04 Linux.
|
||||
|
||||
@@ -109,6 +110,11 @@ Use the root domain in this command, and it will check for a certificate and aut
|
||||
```
|
||||
./bin/cert.sh example.com
|
||||
```
|
||||
### Update Web Server
|
||||
To upgrade web server to latest stable version, run
|
||||
```
|
||||
bash bin/webadmin.sh -lsup
|
||||
```
|
||||
|
||||
### Accessing the Database
|
||||
After installation, you can use Adminer (formerly phpMinAdmin) to access the database by visiting http://127.0.0.1:8080. The default username is `root`, and the password is the same as the one you supplied in the `.env` file.
|
||||
|
||||
Reference in New Issue
Block a user