From f7987a264249c5af6ef93730aabdaae3e7c75b05 Mon Sep 17 00:00:00 2001 From: Sven Fischer Date: Sat, 21 Dec 2024 20:13:45 +0100 Subject: [PATCH] fix case of teddyCloud --- content/docs/tools/teddyCloud/setup/docker-macvlan.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/docs/tools/teddyCloud/setup/docker-macvlan.md b/content/docs/tools/teddyCloud/setup/docker-macvlan.md index 8b39bc8..054a128 100644 --- a/content/docs/tools/teddyCloud/setup/docker-macvlan.md +++ b/content/docs/tools/teddyCloud/setup/docker-macvlan.md @@ -41,7 +41,7 @@ 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: @@ -49,9 +49,9 @@ networks: 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: