Skip to content
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

EmbyStat not using DNS settings set in docker container #1370

Open
mregni opened this issue Sep 9, 2020 · 1 comment
Open

EmbyStat not using DNS settings set in docker container #1370

mregni opened this issue Sep 9, 2020 · 1 comment
Labels
bug Something isn't working investigate some more investigation is needed before implementing

Comments

@mregni
Copy link
Owner

mregni commented Sep 9, 2020

Small spelling mistake in that nightly. might be in the main build also. "Synchronization"

image

Unfortunately I can not get the docker nightly to do a media sync. The issue is, it doesn't do name resolution correctly, so can't get out to TheTVdb. To note, I run my dockers on a macvlan network.

docker create
--name=Embystat
--net="docker_vlan20"
--ip="10.10.20.145"
--dns="10.10.20.1"
-p 6555:6555
-v /volume1/docker/embystat:/app/config
uping/embystat:nightly

... all other dockers have access outside the network without issues

Using apt update as an example. You can see it fails DNS lookups from within the EmbyStat Docker
image

This is probably an issue with embystat:latest also, but i haven't tried to deploy it.

Originally posted by @Dubwize in #1341 (comment)

@mregni mregni added bug Something isn't working investigate some more investigation is needed before implementing labels Sep 9, 2020
@Dubwize
Copy link

Dubwize commented Sep 9, 2020

I'll try to test this a bit more when I get a few minutes, and report anything new I find.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working investigate some more investigation is needed before implementing
Projects
None yet
Development

No branches or pull requests

2 participants