From 5cff6e63f24b4cdc86f24524cd47a0e068552d51 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 15 Apr 2023 04:28:04 +0200 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 710d6e3..9dd4569 100644 --- a/readme.md +++ b/readme.md @@ -88,7 +88,7 @@ $ docker run --name dsm -it -p 5000:5000 --device=/dev/kvm --cap-add NET_ADMIN - --ip-range=192.168.0.100/28 \ -o parent=eth0 vlan ``` - And change the network of the container to `vlan` in your run command: + And change the network of the container to `vlan` in your run command or compose file: ``` --network vlan --ip=192.168.0.100