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.
This commit is contained in:
Leonid Nikitin 2023-08-27 22:25:09 +06:00
parent 61cc272e2f
commit d8bf5dd116
Signed by: kor-elf
GPG Key ID: 7DE8F80C5CEC2C0D

View File

@ -47,8 +47,6 @@ services:
BASE_URL: /api-docs BASE_URL: /api-docs
ports: ports:
- "8080" - "8080"
# volumes:
# - ./docker/swagger:/swagger
adminer: adminer:
image: adminer image: adminer
#restart: always #restart: always