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 f7987a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/docs/tools/teddyCloud/setup/docker-macvlan.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 f7987a2

Please sign in to comment.