diff --git a/Cloud-Monitoring.md b/Cloud-Monitoring.md index 2157e31..ed1f95e 100644 --- a/Cloud-Monitoring.md +++ b/Cloud-Monitoring.md @@ -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 +# or use environment variable to set the password docker run --pull always -e SEAWEED_PASSWORD=your_password -ti chrislusf/seaweed_agent swagent -filer 192.168.2.11:8888