Development guide update (#5255)

Added missed port forwarding option to the development guide.
main
Andrey Zhavoronkov 3 years ago committed by GitHub
parent 0b7fb04a09
commit 46b88c11ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -170,7 +170,7 @@ description: 'Installing a development environment for different operating syste
- Pull and run OpenPolicyAgent Docker image:
```bash
docker run -d --rm --name cvat_opa_debug openpolicyagent/opa:0.34.2-rootless \
docker run -d --rm --name cvat_opa_debug -p 8181:8181 openpolicyagent/opa:0.34.2-rootless \
run --server --set=decision_logs.console=true --set=services.cvat.url=http://host.docker.internal:7000 \
--set=bundles.cvat.service=cvat --set=bundles.cvat.resource=/api/auth/rules
```

Loading…
Cancel
Save