• 5 Posts
  • 55 Comments
Joined 2 years ago
cake
Cake day: June 15th, 2023

help-circle

  • Here’s my primary claim: “This article is debunking the idea that there are probiotic benefits to eating dirt, which isn’t what we’re talking about at all”

    Your claim starts with a misunderstanding. So you should start out by reading the citations more thoroughly.

    My claim was that the page you linked is clearly talking about digestive health, not the immune system.

    This is incorrect. And they are tightly interwoven.

    So it’s worse than I thought, immediately, right off the bat, this page is already jumbling the concepts of digestive health and immune system. Just odd.

    It’s not odd, it’s ignorance on your part, so read the citations more thoroughly so you get a better understanding.


















  • Instead of setting up one nginx for multiple sites you run one nginx per site and have the settings for that as part of the site repository.

    Doesn’t that require a lot of resources since you’re running (mysql, nginx, etc.) numerous times (once for each container), instead of once globally?

    Or, per your comment below:

    Since the base image is static, and config is per container, one image can be used to run multiple containers. So if you have a postgres image, you can run many containers on that image. And specify different config for each instance.

    You’d only have two instances of postgres, for example, one for all docker containers and one global/server-wide? Still, that doubles the resources used no?