License Server
You can use the Roboflow License server to proxy the necessary routes for Roboflow Deployment servers into your company's DMZ
Last updated
Was this helpful?
You can use the Roboflow License server to proxy the necessary routes for Roboflow Deployment servers into your company's DMZ
Last updated
Was this helpful?
Was this helpful?
docker pull repo.roboflow.com/roboflow/license-serverdocker run -d --name license-server -p 80:80 --restart unless-stopped \
repo.roboflow.com/roboflow/license-server:latestsudo docker run --net=host --env LICENSE_SERVER=10.0.1.1 roboflow/inference-server:cpu