Skip to content

Commit bbfd166

Browse files
committed
typo
1 parent 0d87c8f commit bbfd166

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

markdown/ai-bootcamp/ai-bootcamp.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,13 +169,13 @@ Duration: 00:10:00
169169
170170
This 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
180180
1. 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

0 commit comments

Comments
 (0)