File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
src/content/docs/aws/getting-started Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -141,8 +141,10 @@ You are all set!
141141You can now start LocalStack with the following command:
142142
143143``` bash
144- $ localstack start # start localstack in background with -d flag
145- < disable-copy>
144+ localstack start # start localstack in background with -d flag
145+ ```
146+
147+ ``` bash
146148 __ _______ __ __
147149 / / ____ _________ _/ / ___// /_____ ______/ /__
148150 / / / __ \/ ___/ __ ` / /\_ _ \/ __/ __ ` / ___/ //_/
@@ -157,7 +159,6 @@ $ localstack start # start localstack in background with -d flag
157159 configuring container bootstrap.py:1248
158160 starting container bootstrap.py:1258
159161[12:47:15] detaching bootstrap.py:1262
160- < /disable-copy>
161162```
162163
163164:::note
@@ -241,7 +242,7 @@ Docker Compose v1.9.0 and above is supported.
241242
242243<Tabs >
243244
244- <TabItem label = " Community" >
245+ <TabItem label = " Community" >
245246``` yaml
246247services :
247248 localstack :
You can’t perform that action at this time.
0 commit comments