Docker -> Ghost - Cant find the config file

Hi :slight_smile:

I have installed the last version of docker ghost image…

But I simply can find the config fil? (config.production.json)

Can someone tell me where to find it?

It’s because I want to set some settings…

config|690x460

I have look all the dirs, and there is no config file…

apps data images logs settings themes → No config file

config1|638x119

// Thomas![

Afaik the Docker image doesn’t use a config file, it sets all config via ENV vars as shown in your first image

1 Like

Hmm, my bad.

Its there a place to see the all “ENV vars” available???

Thanks

This is how you bind a volume for your configs using docker:

So how can I access this env file. Please I need clear directions

How did you solve this. I need the complete steps