Service "configurator" didn't completed successfully: exit 1

When I try to run my container, I get into this weird error. It was working fine 24 hours ago.

configurator should be run once.

make sure your common_site_config.json or site_config.json are correct and valid json

Thanks,

How can I validate it?

I’m using this command to start the application.

docker compose --project-name erpnext-one -f ~/gitops/erpnext-one.yaml up -d

exec into running container

docker compose exec -ti ...

or you can access the volumes as root user under /var/lib/docker/volumes/{volume-name}/_data

Thanks a million, can I get you a coffee or chai?! :smiley:

I couldn’t get access to root but your comment here resolved my issue.