Skip to content

Commit af3ab83

Browse files
committed
fix case of teddyCloud
1 parent 8eadf67 commit af3ab83

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Make sure, you have an IP address in your network, which does not get served by
1414

1515
In this example
1616

17-
* the IP address 192.168.1.3 is reserved for teddycloud
17+
* the IP address 192.168.1.3 is reserved for teddyCloud
1818
* in a network 192.168.0.0/23
1919
* with the router having the address 192.168.0.1
2020

@@ -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)