Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 208 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 208 Bytes

Flyway/Docker Example

This repo demonstrates how to test Flyway migrations with Docker.

To run migrations:

docker-compose run --rm migrations

To clean up:

docker-compose down -v