Learn more about cloning repositories
You have read-only access
xxxxxxxxxx
#version: '3.4'
services:
idsas_liquibase:
image: liquibase/liquibase:4.19.0
volumes:
- ../configuration/database/:/liquibase/changelog/
- ../configuration/liquibase.properties:/liquibase/configuration/liquibase.properties
command: >
--defaultsFile /liquibase/changelog/liquibase.properties update
Everything looks good. We'll let you know here if there's anything you should know about.