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:
parent
61cc272e2f
commit
d8bf5dd116
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user