From d8bf5dd11668185888141745d0528849cc1a56df Mon Sep 17 00:00:00 2001 From: Leonid Nikitin Date: Sun, 27 Aug 2023 22:25:09 +0600 Subject: [PATCH] Remove commented volumes from docker-compose.yml. The lines setting up volumes for the 'swagger' service were commented out and redundant, leading to potential confusion. This commit removes those lines to clean up and simplify the file. --- docker-compose.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index d1e1558..af15a79 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -47,8 +47,6 @@ services: BASE_URL: /api-docs ports: - "8080" -# volumes: -# - ./docker/swagger:/swagger adminer: image: adminer #restart: always