How to use env file on docker image and have a persistent JSON file

Well, you’d need to define persistent storage for your software, and store the JSON file there. As to the .env file, the easiest way to do that IMO is to use the Dockge app, and then use that to manage any other containers:

The other possibility is by including other files in your custom app definition, as described here:

1 Like