-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
vod2pod cannot connect to redis on podman #179
Comments
The problem seems to be that podman does not populate the internal dns with "redis", did you change the name of the redis container inside the compose? |
You could also play around with the hostname field to see if it helps |
Based on this stackoverflow answers you might also be missing the dns plugin for podman Give it a check |
Thanks a lot for coming back to this issue. I will take a look later today to see if the missing plug-in is the problem. The compose config is not changed from the one provided in the repo. |
I checked my setup, indeed the However, it was suggested to move to |
Ok feel free to close the issue when you tested that it works ✌️ |
app version: 1.2.1
issue description:
The vod2pod cannot connect to the Redis server started using the same docker compose script. The only thing I changed in the
docker-compose.yml
is the host port to 9001.I use
podman-compose up
to start the containers.Log:
The text was updated successfully, but these errors were encountered: