I'm using the official docker image for Grav. Everything works fine, however, every time I restart the docker I need to create a user to log in again. Is there a way to persist the login credential in my docker container? I tried to create user.yaml file with a password and mirror in the docker container as suggested in this post: but didn't work.
This is my user.yaml file
plugins/flex-objects/blueprints/flex-objects/user.yaml
user: 'developer'
password: Asdf1234
appreciate any help