agentejo / cockpit-docker

MIT License
19 stars 16 forks source link

Using Docker with Cockpit CMS #18

Open sidbenac opened 3 years ago

sidbenac commented 3 years ago

I am trying to install cockpit CMS using Docker VM (dockerfile) and using mongodb.

installation is working fine, altough, I think I am doing something wrong or cockpit is structured that way, my point :

how can I store storage folder outside docker container, Since I am using mongodb, isn't it supposed to store everything on mongodb ?

am I missing something on the configuration side ? any toughts, help appreciated

thank you