I am running an engine in docker compose against a copy of real database and it is not applying my migrations. Listing the executed migrations in the database shows it is only running the first one, which is marked run-only: LOCAL, however in the docker-compose.yml the ENGINE_NPL_MIGRATION_RUN_ONLY is not set, so I would expect all migrations to be run. when doing docker inspect and checking the environment variables it is definitely not set.
What could be the reason it is not running the migrations?