Skip to content

Commit

Permalink
Fix code snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasohlund authored Aug 26, 2024
1 parent 5e07286 commit 97666a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ docker run -d --name servicecontrol -p 33333:33333 \
-e TRANSPORTTYPE=RabbitMQ.QuorumConventionalRouting \
-e CONNECTIONSTRING="host=rabbitmq" \
-e RAVENDB_CONNECTIONSTRING="http://servicecontrol-db:8080" \
-e REMOTEINSTANCES='[{"api_uri":"http://audit:44444/api"}]'
-e REMOTEINSTANCES='[{"api_uri":"http://audit:44444/api"}]' \
particular/servicecontrol:latest
```
## Initial setup
Expand Down

0 comments on commit 97666a4

Please sign in to comment.