Skip to content

Commit 326f860

Browse files
Apply suggestions from code review
Co-authored-by: Kody Jackson <[email protected]>
1 parent 0c1a375 commit 326f860

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/containers/local-dev.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ But for local development you will need to declare any ports you need to access
5656

5757
If you have not exposed any ports, you will see the following error in local development:
5858

59-
```text
59+
```txt
6060
The container "MyContainer" does not expose any ports. In your Dockerfile, please expose any ports you intend to connect to.
6161
```
6262

6363
And if you try to connect to any port that you have not exposed in your `Dockerfile` you will see the following error:
6464

65-
```text
65+
```txt
6666
connect(): Connection refused: container port not found. Make sure you exposed the port in your container definition.
6767
```
6868

0 commit comments

Comments
 (0)