Skip to content

Commit 97666a4

Browse files
Fix code snippet
1 parent 5e07286 commit 97666a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servicecontrol/servicecontrol-instances/deployment/containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ docker run -d --name servicecontrol -p 33333:33333 \
1212
-e TRANSPORTTYPE=RabbitMQ.QuorumConventionalRouting \
1313
-e CONNECTIONSTRING="host=rabbitmq" \
1414
-e RAVENDB_CONNECTIONSTRING="http://servicecontrol-db:8080" \
15-
-e REMOTEINSTANCES='[{"api_uri":"http://audit:44444/api"}]'
15+
-e REMOTEINSTANCES='[{"api_uri":"http://audit:44444/api"}]' \
1616
particular/servicecontrol:latest
1717
```
1818
## Initial setup

0 commit comments

Comments
 (0)