Metabase stuck at setting up Liquibase in docker

I am using AWS RDS Postgres 15.2 as an application database for metabase. Database is ready and it is empty since it is newly created. It is also accepting connections. Just for testing purposes, in my local machine I'm trying to run metabase as a docker container and connect to this RDS cluster to use it as an application database. Metabase is stuck at startup while trying to set up liquibase. I waited for almost 1 hour and nothing changed. The logs are below:

metabase  | 2023-04-28 11:09:19,679 INFO db.setup :: Verifying postgres Database Connection ...
metabase  | 2023-04-28 11:09:21,758 INFO db.setup :: Successfully verified PostgreSQL 15.2 application database connection. ✅
metabase  | 2023-04-28 11:09:21,759 INFO db.setup :: Running Database Migrations...
metabase  | 2023-04-28 11:09:21,760 INFO db.setup :: Setting up Liquibase...

I am using metabase/metabase:v0.46.1 image. What can be the problem?

How much ram and cpu did you give to the container?

I haven't set any CPU or ram but there is a line in the logs:

2023-04-28 12:03:12,219 INFO metabase.util :: Maximum memory available to JVM: 7.8 GB

Are you using an apple M1 chip?

No, I’m using a pc with Ubuntu 20.04 installed

this is really weird, shouldn't be happening, can you start from scratch?