* Thank you mstenta Your team has been doing a beautiful job! I manage to install farmos on raspeberrypi with 64bit OS. I set up the system to run the www instance and database with docker-compose. Everything was working good so, I started studying you workshop on youtube (I really like it). However, I had a problem this morning, considering that I have little knowledge about everything I'm doing, so I'm sorry for my silly questions. This morning I started to play with caddy and no-ip dns, to have a url with ssl certificate, I was aiming to test the app too which required a url and a https to work. So, I installed caddy, then I executed the commands from no-ip (https://www.noip.com/support/knowledgebase/integrated-dynamic-dns-device/), then I configure the domains to point at my router ip. When I run docker-compose now the www instance is caddy and not anymore farmos. So when I browse the ip address in the browser which was giving me the farmos page before, now I have the caddy page. I guess I don't understand something with the folder and the configuration file between caddy and docker-compose. I have a look at the docker-compose.yml file and everything look the same, however I'm not able to run the farmos www instance. Is anyone can help me understand what I'm doing wrong?