79654952

Date: 2025-06-05 17:31:44
Score: 0.5
Natty:
Report link

According to the Liquibase documentation for Docker the volume in the Liquibase image for mounting your local changelog directory is /liquibase/changelog and not /liquibase/db.changelog I would try setting the volume as follows for the Liquibase service:

volumes:
      - ./src/main/resources/db.changelog:/liquibase/changelog
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Pete Pickerill