Skip to content

Commit

Permalink
fix: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfaircloth committed Sep 22, 2023
1 parent 7989ea2 commit 568e87a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
docker build -t segway-az . ;\
docker run --name segway-az --rm -it \
-e AZURE_STORAGE_CONN_STR="$AZURE_STORAGE_CONN_STR" -e AZURE_STORAGE_CONTAINER="$AZURE_STORAGE_CONTAINER" \
-e EVENT_HUB_CONN_STR="$EVENT_HUB_CONN_STR" -e EVENT_HUB_CONSUMER_GROUP="$EVENT_HUB_CONSUMER_GROUP" \
-e LOGSCALE_PS_TOKEN=$LOGSCALE_PS_TOKEN -e SYSLOG_ROUTER_SERVICE_NAME=172.16.5.4 \
segway-az -det
-e EVENT_HUB_CONN_STR="$EVENT_HUB_CONN_STR" \
-e EVENT_HUB_CONSUMER_GROUP="$EVENT_HUB_CONSUMER_GROUP" \
-e LOGSCALE_PS_TOKEN=$LOGSCALE_PS_TOKEN \
-e SYSLOG_ROUTER_SERVICE_NAME=172.16.5.4 \
segway-az -det

```

0 comments on commit 568e87a

Please sign in to comment.