Docker
Run the Watchlog agent container with environment variables matching your integration configuration:
docker run -d \
--name watchlog-agent \
-p 3774:3774 \
-v watchlog-agent-config:/app/app/config \
-e WATCHLOG_APIKEY="YOUR_APIKEY" \
-e WATCHLOG_SERVER="https://log.watchlog.io" \
-e MONITOR_NGINX=true \
-e NGINX_ACCESS_LOG="/var/log/nginx/access.log" \
watchlog/agent:latest