Commit f3e27095 authored by 王进波's avatar 王进波

update

parent c5ae72cc
......@@ -315,3 +315,15 @@ sudo docker run \
-d wordpress
```
### PHPMyAdmin
```shell
sudo docker run \
--name phpmyadmin \
-d \
-e PMA_HOST=192.168.12.38 \
-e MYSQL_ROOT_PASSWORD=000000 \
-p 809:80 \
phpmyadmin/phpmyadmin
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment