This is an automated email from the ASF dual-hosted git repository.

apkhmv pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/main by this push:
     new 765507e40e2 IGNITE-28363 Fix swagger ui docker compose file path 
(#7868)
765507e40e2 is described below

commit 765507e40e26aa15cfa74c0b1e7f7291148fbe97
Author: Vadim Pakhnushev <[email protected]>
AuthorDate: Thu Apr 2 18:42:18 2026 +0300

    IGNITE-28363 Fix swagger ui docker compose file path (#7868)
---
 modules/rest-api/openapi/docker-compose.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/rest-api/openapi/docker-compose.yml 
b/modules/rest-api/openapi/docker-compose.yml
index 76002a8d1ea..afc4207314e 100644
--- a/modules/rest-api/openapi/docker-compose.yml
+++ b/modules/rest-api/openapi/docker-compose.yml
@@ -5,6 +5,6 @@ services:
     ports:
       - "8082:8080"
     volumes:
-      - ./openapi.yaml:/swagger.yml
+      - ../build/openapi/openapi.yaml:/swagger.yml
     environment:
       SWAGGER_JSON: /swagger.yml

Reply via email to