Skip to content

Instantly share code, notes, and snippets.

@jaycdave88
Created March 4, 2020 20:17
Show Gist options
  • Save jaycdave88/cb3a1aa91648e10afebd9c2dfccaf59d to your computer and use it in GitHub Desktop.
Save jaycdave88/cb3a1aa91648e10afebd9c2dfccaf59d to your computer and use it in GitHub Desktop.
docker run -d -v ~/opt/couchbase/var/lib/couchbase/logs/*.log --restart always --name db -p 8091-8094:8091-8094 -p 11210:11210 -l com.datadoghq.ad.check_names='["couchbase"]' -l com.datadoghq.ad.init_configs='[{}]' -l com.datadoghq.ad.instances='[{"server":"http://%%host%%:8091","query_monitoring_url":"http://%%host%%:8093","username":"Administrator","password":"admin123"}]' -l com.datadoghq.ad.logs='[{"source":"couchbase", "service":"db"}]' couchbase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment