Spanner_Man
New Pleskian
Hello,
What I am trying to do is to get Owncast running via a docker container within Plesk, and to use the Docker Proxy rules.
I've open an issue over on their github ( link ) but it seems what I assumed to be the issue isn't in fact the problem - that being their expose in a single line is what causes Plesk to bork out.
I grabbed the needed image via
But alas, even doing that the Docker Extension fails to read the exposed ports even defined in the above mentioned edited
The logs clearly show both the original stock image plus the image with the modified
I am now at a loss as to what the actual issue is, or if in fact Plesk Docker Extension has some weird non standard rules to follow or whatnot that aren't standard to docker.
What I am trying to do is to get Owncast running via a docker container within Plesk, and to use the Docker Proxy rules.
I've open an issue over on their github ( link ) but it seems what I assumed to be the issue isn't in fact the problem - that being their expose in a single line is what causes Plesk to bork out.
I grabbed the needed image via
git clone https://github.com/owncast/owncast
, changed the Dockerfile
so that each EXPOSE is on its own seperate line and built the image with docker build --build-arg NAME=docker --build-arg VERSION=mytest -t my-plesk-owncast-test .
But alas, even doing that the Docker Extension fails to read the exposed ports even defined in the above mentioned edited
Dockerfile
The logs clearly show both the original stock image plus the image with the modified
Dockerfile
both run correctly;I already know about Unable to add Docker Proxy rules in Plesk, no container is displayed but as you can see even from their stock standard Dockerfile as well as the one with each EXPOSE on a seperate line ( as done here as well ).that is not the case - as both clearly have expose defined.time="2021-10-09T23:40:09Z" level=info msg="Owncast vmytest-docker (20211009)"
time="2021-10-09T23:40:09Z" level=info msg="Video transcoder started using x264 with 1 stream variants."
time="2021-10-09T23:40:10Z" level=info msg="RTMP is accepting inbound streams on port 1935."
time="2021-10-09T23:40:10Z" level=info msg="Web server is listening on IP 0.0.0.0 port 8080."
time="2021-10-09T23:40:10Z" level=info msg="The web admin interface is available at /admin."
I am now at a loss as to what the actual issue is, or if in fact Plesk Docker Extension has some weird non standard rules to follow or whatnot that aren't standard to docker.