Server Configuration via Environment Variables
docker run -d -p 80:80 \
-e WA_CORS_ORIGINS='*' \
-e WA_CORS_METHODS='GET, POST, OPTIONS' \
-e WA_CORS_HEADERS=DNT, X-CustomHeader, Keep-Alive, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, traceparent, tracestate, esid, shield-id, Correlation-ID \
ozforensics/oz-webliveness:{tag}Last updated
Was this helpful?
