nginx-ui icon indicating copy to clipboard operation
nginx-ui copied to clipboard

chore: Remove version property from docker-compose.yml

Open ecsistem opened this issue 5 months ago • 0 comments

📦 Remove version property from docker-compose.yml

Motivation: The version property in docker-compose.yml is now redundant in modern Docker Compose. The tool automatically uses the latest supported schema based on the [Compose Specification](https://docs.docker.com/compose/compose-file/), making it unnecessary to explicitly declare a version.

References:

Benefits of this change:

  • Cleaner and more concise configuration
  • Aligns with current best practices
  • Avoids confusion over versioning
  • Ensures better compatibility with future Compose CLI updates

ecsistem avatar Jul 11 '25 01:07 ecsistem