Cannot run metabase because of postgresql error

Hi! I'm just trying to run metabase on my server in docker. I created a clean database in postgresql, gave the account rights. I specify the login data in the environment. At some point, when creating tables in the database, the container stops, and I see many errors in the logs like this:

Caused by: liquibase.exception.LiquibaseException: liquibase.exception.MigrationFailedException: Migration failed for changeset migrations/001_update_migrations.yaml::v49.2024-01-22T11:52:00::qnkhuat:

     Reason: clojure.lang.ExceptionInfo: ОШИБКА: неверное значение спецкода Unicode (примерное положение: "\u0000")

How can i fix this?