-
-
Notifications
You must be signed in to change notification settings - Fork 18
Description
Hi, I am absolutely new with all of this so please excuse me for stupid questions.
However, I am trying to install the docker container for Sepia-home on my Synology NAS running DSM 7.1.1-42962 Update 1
every time I install the container with the mounted volume, the container stops and I become the error in the log:
2023_03_24_10:45:05 - DOCKER START
2023_03_24_10:45:05 - Checking data folder '/home/admin/sepia-home-data' ...
2023_03_24_10:45:05 - Data is MISSING - Is your shared volume set up properly?
2023_03_24_10:45:05 - Please make sure your folder is EMPTY when you create the volume!
2023_03_24_10:45:05 - 'docker run' argument: '-v sepia-home-share:/home/admin/sepia-home-data'
2023_03_24_10:45:05 - EXIT
I have the same issue whether I install the container via the Synology UI or through ssh.
My command through ssh looks like this:
sudo docker run --rm -it --name=sepia_home -p 9010:20726 -v /volume1/docker/Sepia/home/admin/sepia-home-data/:/home/admin/sepia-home-data sepia/home:latest
Since I am able to see the log file in the mounted folder, I believe the mounting has worked correctly. However, if I start the container without mounting the shared folder, it starts just fine.
Any help would be greatly appreciated!
Thanks
regards,
K44nk1231