Skip to content

Commit b46e96d

Browse files
authored
Fix tab view display issue in cloud pods docs (#404)
1 parent 7aad215 commit b46e96d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/content/docs/aws/capabilities/state-management/cloud-pods.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ AUTO_LOAD_POD=foo-pod localstack start
300300
```
301301
</TabItem>
302302
<TabItem label="Docker Compose">
303-
```yaml showshowLineNumbers
303+
```yaml showLineNumbers
304304
services:
305305
localstack:
306306
container_name: "localstack-main"
@@ -315,6 +315,7 @@ services:
315315
volumes:
316316
- "./volume:/var/lib/localstack"
317317
- "/var/run/docker.sock:/var/run/docker.sock"
318+
```
318319
</TabItem>
319320
<TabItem label="Docker">
320321
```bash
@@ -354,7 +355,7 @@ LocalStack, upon mounting `init-pods.d` to the appropriate location, will sequen
354355

355356
The docker compose file for correctly mounting `init-pods.d` will look like:
356357

357-
```yaml showshowLineNumbers
358+
```yaml showLineNumbers
358359
services:
359360
localstack:
360361
container_name: "localstack-main"
@@ -500,7 +501,7 @@ With such a configuration, the `foo-pod` Cloud Pod will be loaded from the `bar-
500501
To properly configure the remote, you need to provide the needed environment variables when starting the LocalStack container.
501502
For instance, a S3 remote needs a `AWS_ACCESS_KEY` and a `AWS_SECRET_ACCESS_KEY`, as follows:
502503

503-
```yaml showshowLineNumbers
504+
```yaml showLineNumbers
504505
services:
505506
localstack:
506507
container_name: "localstack-main"

0 commit comments

Comments
 (0)