We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e07286 commit 97666a4Copy full SHA for 97666a4
servicecontrol/servicecontrol-instances/deployment/containers.md
@@ -12,7 +12,7 @@ docker run -d --name servicecontrol -p 33333:33333 \
12
-e TRANSPORTTYPE=RabbitMQ.QuorumConventionalRouting \
13
-e CONNECTIONSTRING="host=rabbitmq" \
14
-e RAVENDB_CONNECTIONSTRING="http://servicecontrol-db:8080" \
15
- -e REMOTEINSTANCES='[{"api_uri":"http://audit:44444/api"}]'
+ -e REMOTEINSTANCES='[{"api_uri":"http://audit:44444/api"}]' \
16
particular/servicecontrol:latest
17
```
18
## Initial setup
0 commit comments