You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Small spelling mistake in that nightly. might be in the main build also. "Synchronization"
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.
Small spelling mistake in that nightly. might be in the main build also. "Synchronization"
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
This is probably an issue with embystat:latest also, but i haven't tried to deploy it.
Originally posted by @Dubwize in #1341 (comment)
The text was updated successfully, but these errors were encountered: