* 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 your 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 is what I see now: 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. I added on my tp-link router the nat forwarding virtual server as documented. Unfortunately, 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? Thank you for your patience guys. docker_db_1 UID PID PPID C STIME TTY TIME CMD --------------------------------------------------------- caddy 2129 2110 0 17:01 ? 00:00:02 mysqld docker_www_1 UID PID PPID C STIME TTY TIME CMD -------------------------------------------------------------------------- root 2838 2819 3 18:06 ? 00:00:00 apache2 -DFOREGROUND www-data 2936 2838 0 18:06 ? 00:00:00 apache2 -DFOREGROUND www-data 2937 2838 0 18:06 ? 00:00:00 apache2 -DFOREGROUND www-data 2938 2838 0 18:06 ? 00:00:00 apache2 -DFOREGROUND www-data 2939 2838 0 18:06 ? 00:00:00 apache2 -DFOREGROUND www-data 2940 2838 0 18:06 ? 00:00:00 apache2 -DFOREGROUND