Skip to content

Commit

Permalink
fix case of teddyCloud
Browse files Browse the repository at this point in the history
  • Loading branch information
Strubbl committed Dec 21, 2024
1 parent 8eadf67 commit af3ab83
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/docs/tools/teddyCloud/setup/docker-macvlan.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Make sure, you have an IP address in your network, which does not get served by

In this example

* the IP address 192.168.1.3 is reserved for teddycloud
* the IP address 192.168.1.3 is reserved for teddyCloud
* in a network 192.168.0.0/23
* with the router having the address 192.168.0.1

Expand All @@ -41,17 +41,17 @@ After the Docker Macvlan network has been created, it can be used in the `docker

### Add Docker Macvlan network

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

```
networks:
teddycloud_macvlan:
external: true
```

### Use Docker Macvlan in teddycloud service
### Use Docker Macvlan in teddyCloud service

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

```
services:
Expand Down

0 comments on commit af3ab83

Please sign in to comment.