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

update

parent 7427d14d
......@@ -105,6 +105,7 @@ zabbixserver(9d2e28d10ae4)
```shell
sudo docker run --name zabbixserver \
--restart always \
-p 10051:10051 \
-e DB_SERVER_HOST="192.168.12.1" \
-e MYSQL_ROOT_PASSWORD="000000" \
......@@ -118,6 +119,7 @@ zabbix-web-nginx-mysql(8eb1ecab6adf)
```shell
sudo docker run --name zabbix-web-nginx-mysql \
--restart always \
-p 8000:80 \
-p 8043:443 \
-e DB_SERVER_HOST="192.168.12.1" \
......
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