root: fix make gen-diff command (#22548)

This commit is contained in:
Connor Peshek
2026-05-27 05:37:19 -05:00
committed by GitHub
parent 7f31c4cf56
commit aa41ac57e3
2 changed files with 6 additions and 4 deletions
+4 -2
View File
@@ -32,11 +32,13 @@ services:
restart: always
diff:
image: docker.io/openapitools/openapi-diff:2.1.7
entrypoint: "/bin/true"
# Only run when explicitly invoked (e.g. `make gen-diff`), never on `docker compose up`.
profiles:
- diff
restart: no
network_mode: none
volumes:
- ../:/local:ro
- ../:/local
volumes:
db-data: