nvllsvm / emby-unlocked

Emby with the premium Emby Premiere features unlocked.
GNU General Public License v2.0
271 stars 61 forks source link

Update Dockerfile #34

Closed WarlaxZ closed 6 years ago

WarlaxZ commented 6 years ago

Added a healthcheck :)

nvllsvm commented 6 years ago

Can wget be used instead of curl? It's already included in the base Alpine image.

WarlaxZ commented 6 years ago

It was causing issues when I tried using wget, kept complaining it couldn't find web, even when I manually tried with the external address

Sent from my Samsung Galaxy smartphone.

-------- Original message -------- From: Andrew Rabert notifications@github.com Date: 12/06/2018 3:08 pm (GMT+00:00) To: nvllsvm/emby-unlocked emby-unlocked@noreply.github.com Cc: WarlaxZ warlax@hotmail.com, Author author@noreply.github.com Subject: Re: [nvllsvm/emby-unlocked] Update Dockerfile (#34)

Can wget be used instead of curl? It's already included in the base Alpine image.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/nvllsvm/emby-unlocked/pull/34#issuecomment-396602550, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AN3sE9dUpuq8pgNQCZYzmOWFGePfGEAVks5t78tggaJpZM4UkeMf.

nvllsvm commented 6 years ago

Changed to wget. Using wget /web/index.html worked, but only after the initial startup wizard. Went with /swagger instead.

nvllsvm commented 6 years ago

Thanks!