Cannot edit neo4j.conf

I am installing Neo4j with Docker and I want to modify configuration in neo4j.conf file. However, after restarting container, the values is reset.
Anybody can help me?
1X_ba6dd420c7bbf7cad32c3d8bbd6036bbaf473d06.png

i have used a similar method you can make a docker folder create docker-compose.yml , volumes folder and use a copy of neo4j.conf file inside that folder and make changes inside that config file as per your need. You can copy that neo4j.conf file when you first make a docker image of neo4j into you local directory.