Updated Cloud Monitoring (markdown)

Chris Lu 2021-09-13 23:56:02 -07:00
parent 419bd8457c
commit f5fa10c6f7

@ -9,7 +9,7 @@ To try it out, run these with docker. It should print out a URL which you can vi
```
docker run --pull always -ti chrislusf/seaweed_agent swagent -filer 192.168.2.11:8888 -password=your_password
# or use environment variable to set the password
# or set the password via environment variables
docker run --pull always -e SEAWEED_PASSWORD=your_password -ti chrislusf/seaweed_agent swagent -filer 192.168.2.11:8888