File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -169,13 +169,13 @@ Duration: 00:10:00
169169
170170This step is involved with running SAM enterprise with the new files generated.
171171
172- 1. Create a docker network bridge so that your SAM container can communicate with your Solace Broker container
172+ 1. [Optional] Create a docker network bridge so that your SAM container can communicate with your Solace Broker container
173173 ```
174174 docker network create -d bridge sam-network
175175 ```
176176
177- > aside Positive
178- > skip this step if you are connecting to a cloud hosted broker
177+ > aside positive
178+ > skip this step if you are connecting to a cloud hosted broker instead
179179
1801801. Create a `docker-compose.yaml` file with the following content
181181 ```yaml
@@ -258,7 +258,7 @@ This step is involved with running SAM enterprise with the new files generated.
258258 S3_BUCKET_NAME=""
259259 S3_ENDPOINT_URL=""
260260 S3_REGION="us-east-1"
261- WEB_UI_GATEWAY_DATABASE_URL="sqlite:////Users/tamimi/sam-bootcamp/ data/webui_gateway.db"
261+ WEB_UI_GATEWAY_DATABASE_URL="sqlite:///data/webui_gateway.db"
262262 ```
263263
264264 > aside positive
You can’t perform that action at this time.
0 commit comments