linuxserver / docker-grocy

A container for grocy - the ERP application for your kitchen https://grocy.info
GNU General Public License v3.0
333 stars 44 forks source link

white page after container restart #2

Closed Akruidenberg closed 5 years ago

Akruidenberg commented 5 years ago

linuxserver.io

Thanks, team linuxserver.io

When i setup this containers with the right values, ik works very well. I get it even working behind my proxy the fist time. But when i restart the container, i only get a white page. Nothing is working anymore. When i reacreate the the container, i get the same issues the second time. Whats wrong with this container?

Akruidenberg commented 5 years ago

I've got the lines after restart:

cp: cannot overwrite non-directory '/config/data/plugins' with directory '/defaults/plugins', mkdir: cannot create directory ‘/config/data/viewcache’: File exists

psychoflame commented 5 years ago

Yeah i'm seeing this issue as well. Logs below show same issue as poster above.

mkdir: cannot create directory ‘/config/data/plugins’: File exists

mkdir: cannot create directory ‘/config/data/viewcache’: File exists

cp: cannot overwrite non-directory '/config/data/plugins' with directory '/defaults/plugins'

homerr commented 5 years ago

Looking into it 👍

Akruidenberg commented 5 years ago

any progress?