owncast: Plesk does not support our Dockerfile syntax

Hello.

Background:

I’m trying to get Owncast running via Docker within Plesk. It isn’t as simple as docker-compose or just simply running docker normally .


In my testing to see if indeed it was something that I screwed up on I tested portainer as it uses three ports ( see https://github.com/portainer/portainer/blob/develop/build/linux/Dockerfile#L8..L10 ) and that does work.

I followed the same sort of setup to get Owncast going, but it seems your EXPOSE combines two ports in the same line.

I’ve also done some other digging and experimenting to see if this is just a one off on Plesk being a pain in the you know where but it isn’t.

It seems your EXPOSE of combining two ports on the same line causes issues - see https://github.com/owncast/owncast/blob/develop/Dockerfile#L3

Sidenote: I actually have Plesk running on a Vultr VPS as I saw on #1446

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 17 (15 by maintainers)

Most upvoted comments

For anyone else who would like to pull from ghcr for the image its:

docker pull ghcr.io/owncast/owncast:nightly

~if you look at our Quickstart documentation on https://owncast.online it should point you in the right direction. In this case this should have what you’re looking for:~

~https://owncast.online/quickstart/container/~

Whoops I think you’re talking about something completely different. Ignore my comments.