I followed the guidance from this ticket and have this issue resolved: Docker container fails with migration lock
The idea is to get into the application database to update a record. In my case of mysql as my application database, this is the line I use:
UPDATE DATABASECHANGELOGLOCK SET LOCKED=0, LOCKGRANTED=null, LOCKEDBY=null WHERE ID=1;