-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dockerfile #12
Comments
I managed to solve. The problem was the binding to localhost in the CMD command. The following Dockerfile works:
With docker-compose:
It might be necessary to create an empty Maybe it could be worth sharing this info in the documentation. |
In case anyone else is having this same issue, I created an automatically updating Docker image with everything setup and working. You can find it here: https://gitlab.com/ConfusedAnt/gpodder2go |
Thanks for sharing this! |
Note for people using this that as mentioned above which I missed initially you may need to touch g2g.db before running lest docker creates the volume as a directory instead of a file. |
You might want to add into your README how you can set the env key and choose a different port.
Also, a hint about where the binary is would be helpful:
|
Can you build a raspberry pi image? At the moment it reports |
I have been tried to run gpodder2go in a dockerized environment but I have not been fully successful yet. I was wondering if somebody already managed to do it.
This is the Dockerfile I wrote (not working)
I build and run it with
When I look at the the logs it seems like being starting fine.
However, when I try to sync with AntennaPod, it sais that the connection failed. Same thing with the gPodder Desktop client. Any hint?
The text was updated successfully, but these errors were encountered: