diff --git a/docker-compose.yml b/docker-compose.yml index 0104125..24b77f8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -90,7 +90,8 @@ services: - FLYWAY_PASSWORD=${DB_PASSWORD:-password123} # Uncomment if you need to baseline an existing DB without schema history - FLYWAY_BASELINE_ON_MIGRATE=true - command: -locations=filesystem:/migrations migrate + - FLYWAY_LOCATIONS=filesystem:/migrations + command: migrate volumes: - ./database/migrations:/migrations:ro networks: