edv / docker-spotweb

Dockerfile to easily set up Spotweb using Docker on the Raspberry Pi (or any compatible arm chipset) and regular x86 chipsets
MIT License
27 stars 19 forks source link

Mounting /config doesn't work, no files in mounted folder. #18

Closed FranktV82 closed 6 years ago

FranktV82 commented 6 years ago

Mounting /config doesn't work, there are no files in mounted folder. I mounted /config to /share/data/Spotweb. There are no files in the folder on the host. I was hoping to find some logfiles.

In different docker containers like home assistant this is working on my Qnap.

image

edv commented 6 years ago

The /config directory is not used for this image (it's something that I forgot to removed when using one of my other Docker image set-ups as the base for this one).

I am currently working on a new base image with several improvements. What kind of log files were you looking for? maybe I can do something with that in the new setup.

FranktV82 commented 6 years ago

I was looking for spotweb logging, because the update did not work. There should be a spotweb.log, but I can't find in inside the container. Anyway, I found a crontab log where I found out there was een problem with my usenet account. I fixed it and now the update works :). Thanks for your fast support.

edv commented 6 years ago

Just released new version with the volumes removed (as they were not used), will close this one, let me know if you encounter any future problems