this post was submitted on 05 Oct 2025
22 points (95.8% liked)
Self-hosting
3750 readers
53 users here now
Hosting your own services. Preferably at home and on low-power or shared hardware.
Also check out:
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Added another wordpress instance to our server (all docker-compose). The craziest thing happened where the second site was kind of working but broken in very strange ways. Well, turns out that for the second site Caddy was pointed to the files of the first instance while passing php_fastcgi to the new one ๐คฏ ๐ตโ๐ซ What's more, having different relative paths for the Caddy container and the wordpress container was not as simple as I thought it was. The devil (the hours of debugging) is always in the details. Managed to solve it in the end!