From 003c2766ce6b36a28268da1003e60c9cb6fa7eb9 Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 31 Jan 2024 04:28:24 +0100 Subject: [PATCH] docs: Readme (#613) --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index ffca01d..fedbbc6 100644 --- a/readme.md +++ b/readme.md @@ -189,7 +189,7 @@ docker run -it --rm -p 5000:5000 --device=/dev/kvm --cap-add NET_ADMIN --stop-ti After configuring the container for macvlan (see above), it is possible for DSM to become part of your home network by requesting an IP from your router, just like your other devices. - To enable this feature, add the following lines to your compose file: + To enable this mode, add the following lines to your compose file: ```yaml environment: @@ -198,7 +198,7 @@ docker run -it --rm -p 5000:5000 --device=/dev/kvm --cap-add NET_ADMIN --stop-ti - 'c *:* rwm' ``` - Please note that even if you don't want DHCP, it's still recommended to enable this feature, as it prevents NAT issues and increases performance by using a `macvtap` interface. In that case, just set a static IP from the DSM control panel after you enabled this mode. + Please note that even if you don't need DHCP, it's still recommended to enable this mode, as it prevents NAT issues and increases performance by using a `macvtap` interface. You can just set a static IP from the DSM control panel afterwards. * ### How do I pass-through the GPU?