• conrad82@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 year ago

    I do the same. I use caddy reverse proxy, and find it useful to use the container name for url, and no ports exposed

    What is the benefit for making changes with separate files?

    • wraith@lemm.ee
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      If you have relevant containers (e.g. the *arr stack) then you can bring all of them up with a single docker compose command (or pull fresh versions etc.). If everything is in a single file then you have to manually pull/start/stop each container or else you have to do it to everything at once.