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:
@@ -47,8 +47,6 @@ services:
|
||||
BASE_URL: /api-docs
|
||||
ports:
|
||||
- "8080"
|
||||
# volumes:
|
||||
# - ./docker/swagger:/swagger
|
||||
adminer:
|
||||
image: adminer
|
||||
#restart: always
|
||||
|
Reference in New Issue
Block a user