LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Newbie struggling with Docker image for Schedules Direct (https://www.linuxquestions.org/questions/linux-newbie-8/newbie-struggling-with-docker-image-for-schedules-direct-4175723943/)

elsmandino 04-11-2023 03:38 AM

Newbie struggling with Docker image for Schedules Direct
 
Hi there.

I have just installed Openmediavault 6 on my server and am trying to use Docker images, wherever possible.

I have just installed TVHeadend on Docker and managed to get it working - I am using Portainer and used the Docker-Compose code to get everything working.

However, I need to get Schedules Direct EPG data for TVHeadend and am struggling to find a Docker image that works.

I have found this:

https://github.com/mar-mei/guide2go

and deployed the following code:

Code:

version: "3.4"
services:
guide2go:
container_name: guide2go
image: chuchodavids/guide2go:stable
ports:
- 8080:8080
environment:
- TZ:Europe/London
volumes:
- /SSD/appdata/guide2go:/config
- /SSD/appdata/guide2go:/data/livetv/
- /SSD/appdata/guide2go:/data/images/
restart: always

However, I keep getting the following error:

Code:

2023/04/10 15:08:23 [G2G  ] Version: 1.1.3
2023/04/10 15:08:23 [ERROR] open /app/config.yaml: no such file or directory

Any help would be much appreciated.

jefro 04-11-2023 09:08 PM

Did this help at all? https://forum.openmediavault.org/ind...docker-in-omv/

I think I'd just create a VM or install directly programs?? Dunno.

You'd think that any debian way should work. ??


All times are GMT -5. The time now is 03:38 AM.