all-in-one icon indicating copy to clipboard operation
all-in-one copied to clipboard

🔧 Refactor manual-install Compose.yml: Simplify Environment Variables

Open flll opened this issue 4 months ago • 1 comments

  • Removed explicit values for environment variables in docker-compose.yml.
  • Utilized default values for better flexibility and maintainability.
  • Updated network configuration to use the default bridge driver.

Note: Using network: default is sufficient within Docker Compose; there's no need to create a separate nextcloud-network for all hosts. 🚀

flll avatar Oct 08 '24 02:10 flll