Skip to content

Commit f7987a2

Browse files
committedDec 21, 2024
fix case of teddyCloud
1 parent 8eadf67 commit f7987a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎content/docs/tools/teddyCloud/setup/docker-macvlan.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,17 @@ After the Docker Macvlan network has been created, it can be used in the `docker
4141

4242
### Add Docker Macvlan network
4343

44-
At the end of you `docker-compose.yaml` add the following lines to add the Docker Macvlan network:
44+
At the end of your `docker-compose.yaml` add the following lines to add the Docker Macvlan network:
4545

4646
```
4747
networks:
4848
teddycloud_macvlan:
4949
external: true
5050
```
5151

52-
### Use Docker Macvlan in teddycloud service
52+
### Use Docker Macvlan in teddyCloud service
5353

54-
Add the networks secion to your teddycloud service, which are the last three lines of the following snippet
54+
Add the networks secion to your teddyCloud service, which are the last three lines of the following snippet
5555

5656
```
5757
services:

0 commit comments

Comments
 (0)