Skip to content

Commit 3ef9d2f

Browse files
docs, backend: add docker-compose version requirement
If users do not have the min version installed, docker compose watch will fail. See https://docs.docker.com/compose/how-tos/file-watch/
1 parent ba1706b commit 3ef9d2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Requirements
44

55
* [Docker](https://www.docker.com/).
6+
* [docker compose >= 2.20] to use the [`watch` command](https://docs.docker.com/compose/how-tos/file-watch/).
67
* [uv](https://docs.astral.sh/uv/) for Python package and environment management.
78

89
## Docker Compose

0 commit comments

Comments
 (0)