Data lost after reboot

Hi

I have been working for the last week on version 1.8.2 on a Docker running on 2008r2, everything has been working very well until…
I seemed to have a problem with XMR so decided to reboot the host, now I have lost all data and the CMS is completly reset, I have found a few other posts with this same issue and none of the fixes have worked. It’s like everything has dissapeared, there is no shared folder under the Xibo directory.
Any assistance is much appreciated, I’ve lost a lot of work!
Here’s my running config:

$ docker-compose config
services:
cms-db:
environment:
CMS_SERVER_NAME: cms.example.org
CMS_SMTP_FROM_LINE_OVERRIDE: "YES"
CMS_SMTP_HOSTNAME: gmail.com
CMS_SMTP_PASSWORD: yourpassword
CMS_SMTP_REWRITE_DOMAIN: gmail.com
CMS_SMTP_SERVER: smtp.gmail.com:587
CMS_SMTP_USERNAME: youraccount@gmail.com
CMS_SMTP_USE_STARTTLS: "YES"
CMS_SMTP_USE_TLS: "YES"
MYSQL_DATABASE: cms
MYSQL_PASSWORD: *********
MYSQL_RANDOM_ROOT_PASSWORD: "yes"
MYSQL_USER: cms
image: mysql:5.6
mem_limit: 1g
restart: always
volumes:
- /c/users/xibo/shared/db:/var/lib/mysql:rw
cms-web:
environment:
CMS_SERVER_NAME: cms.example.org
CMS_SMTP_FROM_LINE_OVERRIDE: "YES"
CMS_SMTP_HOSTNAME: gmail.com
CMS_SMTP_PASSWORD: yourpassword
CMS_SMTP_REWRITE_DOMAIN: gmail.com
CMS_SMTP_SERVER: smtp.gmail.com:587
CMS_SMTP_USERNAME: youraccount@gmail.com
CMS_SMTP_USE_STARTTLS: "YES"
CMS_SMTP_USE_TLS: "YES"
MYSQL_PASSWORD: *********
XMR_HOST: cms-xmr
image: xibosignage/xibo-cms:release_1.8.2
links:
- cms-db:mysql
- cms-xmr:50001
mem_limit: 1g
ports:
- 80:80/tcp
restart: always
volumes:
- /c/users/xibo/shared/cms/custom:/var/www/cms/custom:rw
- /c/users/xibo/shared/backup:/var/www/backup:rw
- /c/users/xibo/shared/cms/web/theme/custom:/var/www/cms/web/theme/custom:rw

- /c/users/xibo/shared/cms/library:/var/www/cms/library:rw
- /c/users/xibo/shared/cms/web/userscripts:/var/www/cms/web/userscripts:rw

cms-xmr:
environment:
CMS_SERVER_NAME: cms.example.org
CMS_SMTP_FROM_LINE_OVERRIDE: "YES"
CMS_SMTP_HOSTNAME: gmail.com
CMS_SMTP_PASSWORD: yourpassword
CMS_SMTP_REWRITE_DOMAIN: gmail.com
CMS_SMTP_SERVER: smtp.gmail.com:587
CMS_SMTP_USERNAME: youraccount@gmail.com
CMS_SMTP_USE_STARTTLS: "YES"
CMS_SMTP_USE_TLS: "YES"
MYSQL_PASSWORD: **********
image: xibosignage/xibo-xmr:release_1.8.2
mem_limit: 256m
ports:
- 9505:9505/tcp
restart: always
version: ‘2.1’

There’s nothing in c:\Users\Xibo\shared?

If you PM me TeamViewer details I am happy to have a quick look for you.

Hi Alex,

Thank you for your offer, I can set up a session now if you’re free.

There is no shared folder! I also checked a backup that was taken yesterday at 1am and there was no shared folder in there. I wondering if there’s a permissions thing going on.

I can’t see how I PM you… Maybe being blind!

It looks like I don’t have permissions to send PM’s, perhaps you could send me one first or contact me by email?

Thanks.