diff --git a/README.md b/README.md
index 765c70d..6acae4c 100644
--- a/README.md
+++ b/README.md
@@ -7,8 +7,8 @@ Those tools are using your computer to route traffic, I'm personnally using it r
 Installation (you can open www/index.html file to have a more interactive install section) :
 
 - Install linux OS on your host machine (a low consuming and cheap linux compatible box if you want a dedicated computer) or you can use an already set linux server running 24/7 as this software is very low ressources consuming. 
-- Download CashFactory latest release in $HOME directory : cd $HOME, then : wget https://github.com/OlivierGaland/CashFactory/archive/refs/tags/v1.2.tar.gz , then uncompress : tar -xvf v1.2.tar.gz
-- Edit created directory name to CashFactory and cd inside : mv CashFactory-1.2 CashFactory ; cd CashFactory
+- Download CashFactory latest release in $HOME directory : cd $HOME, then : wget https://github.com/OlivierGaland/CashFactory/archive/refs/tags/v1.10.tar.gz , then uncompress : tar -xvf v1.10.tar.gz
+- Edit created directory name to CashFactory and cd inside : mv CashFactory-1.10 CashFactory ; cd CashFactory
 - Run install script (Need to run it as sudo -supervisor-) : sudo ./setup.sh
 - Create an account for the app(s) you want to use (8 app supported : see Registering section below)
 - Update .env file with the account details (put your account informations in defined environment variables)
diff --git a/docker-compose.yml b/docker-compose.yml
index 2692ac3..7b1ff2c 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -14,15 +14,17 @@ services:
     # Web GUI with quicklinks to apps dashboards and help : connect to your device port 80 (Webserver)
     # Container management and monitoring : connect to your device port 9000 (Portainer)
     Webserver:
-        image: fnichol/uhttpd
+        image: busybox
+        command: sh -c "cp -R /app/* / && httpd -f -p 8000"
         volumes:
-            - ./www:/www
+            - ./www:/app
         ports:
-            - 80:80
+            - 80:8000
         restart: always
         networks:
             default:
                 ipv4_address: 172.106.0.10
+
     Portainer:
         image: portainer/portainer-ce:latest
         volumes: