vinceskahan / weewx-docker.old

weewx docker build files to run v4 on top of multiple Linux variants
3 stars 6 forks source link

Docker fails after volume bind #1

Open pbartko opened 4 years ago

pbartko commented 4 years ago

I am currently using Weewx on a server, but looking to replace that system with a new one. I would like to run weewx from docker this time. I found your github archive and am trying to install it. I did have to update you link to weewx version as the current version is now 3.9.2. But after that, the Docker file for weebian worked. However, I am having one problem trying to bind volumes. Weewx fails to run when I bind /home/weewx to my host, so that the weewx.conf file and html files will be persistent.

I've attached the weewx container log: weewx log.txt

Do you know why this would be happening? Any help is much appreciated.

Thanks,

Pete

vinceskahan commented 4 years ago

No - I see the same thing. I'll have to look into it a bit. My 'guess' is that I'll need to not use supervisors to run weewx with the various options it needs to run as a daemon, but it's been so long since I looked at this that nothing leaps to mind. I'll try to poke around google this week to (re)visit how to get past this one....

pbartko commented 4 years ago

Thanks, I appreciate it.

Pete