diff --git a/README.md b/README.md
index c1453f8c8b9322c80a15a4de19c20803e6b32c71..66ca3525974d2535c5959efc3e504fdfa5842c32 100644
--- a/README.md
+++ b/README.md
@@ -33,6 +33,6 @@ docker pull fdekeers/openwrt_linksys-wrt1200ac
 
 To run cross-compilation with either image:
 ```bash
-docker run --rm --mount type=bind,source="$(pwd)",target=/home/user/smart-home-firewall -e ROUTER=tl-wdr4900 fdekeers/openwrt_tl-wdr4900
-docker run --rm --mount type=bind,source="$(pwd)",target=/home/user/smart-home-firewall -e ROUTER=linksys-wrt1200ac fdekeers/openwrt_linksys-wrt1200ac
+docker run --rm --mount type=bind,source="$(pwd)",target=/home/user/iot-firewall -e ROUTER=tl-wdr4900 fdekeers/openwrt_tl-wdr4900
+docker run --rm --mount type=bind,source="$(pwd)",target=/home/user/iot-firewall -e ROUTER=linksys-wrt1200ac fdekeers/openwrt_linksys-wrt1200ac
 ```
diff --git a/docker-compose.yaml b/docker-compose.yaml
index 1b0bf924439c2d5057bba061611e1fddbca4f14d..ee1ea1a18f6982fdf96937d1abf327f734a05ef6 100644
--- a/docker-compose.yaml
+++ b/docker-compose.yaml
@@ -7,6 +7,6 @@ services:
       - ROUTER=tl-wdr4900
       #- ROUTER=linksys-wrt1200ac
     volumes:
-      - .:/home/user/smart-home-firewall
-    command: ["/home/user/smart-home-firewall/build.sh", "-t", "/home/user/smart-home-firewall/openwrt/tl-wdr4900/toolchain.cmake"]
-    #command: ["/home/user/smart-home-firewall/build.sh", "-t", "/home/user/smart-home-firewall/openwrt/linksys-wrt1200ac/toolchain.cmake"]
+      - .:/home/user/iot-firewall
+    command: ["/home/user/iot-firewall/build.sh", "-t", "/home/user/iot-firewall/openwrt/tl-wdr4900/toolchain.cmake"]
+    #command: ["/home/user/iot-firewall/build.sh", "-t", "/home/user/iot-firewall/openwrt/linksys-wrt1200ac/toolchain.cmake"]
diff --git a/eval/fuzzing/Vagrantfile b/eval/fuzzing/Vagrantfile
index 5af73530198f18cb20a5294188dd4d7a60accec0..84c0b8e096accd65fca9b8ab194cd11294f5eb63 100644
--- a/eval/fuzzing/Vagrantfile
+++ b/eval/fuzzing/Vagrantfile
@@ -26,7 +26,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
   config.ssh.forward_agent = true
 
   # Share additional folders to the guest VM.
-  config.vm.synced_folder "../../", "/home/vagrant/smart-home-firewall"
+  config.vm.synced_folder "../../", "/home/vagrant/iot-firewall"
 
   # Bash provision script
   config.vm.provision "shell", inline: <<-SHELL