Skip to content

Commit 844f3b9

Browse files
authored
Update networking.mdx indentation
1 parent 5cfd1f7 commit 844f3b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/concepts/networking.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ You can expose ports in your service definition to allow other services to commu
2626
services:
2727
# [...]
2828
service1:
29-
ports:
29+
ports:
3030
- mode: host
3131
target: 3000
32-
protocol: http
32+
app_protocol: http
3333
```
3434
</TabItem>
3535
<TabItem value="pulumi" label="Pulumi">

0 commit comments

Comments
 (0)