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

Path fixes #2 #4

Closed thelamer closed 5 years ago

thelamer commented 5 years ago

Fixes for the initial init , the symlink check first sees if this is a container upgrade by checking for the existence of the data dir in /config, if present we purge the in container one and symlink it out. If not present we move the data dir and symlink it out.

Copying of the base files occurs after the data symlink has been made.

https://github.com/linuxserver/docker-grocy/issues/2