Operating system
Ubuntu 20.04
Browser name and version
Firefox 99
Expected behavior
I'm expecting to see a running streaming site on http://localhost:8080 when I run docker-compose up -d
Actual behavior
The build fails in a couple of places. When I fix those I don't seem to have a persistent image that stays up
Steps to reproduce behavior
Clone the repo
cd stream
docker-compose up -d
Build will fail.
Two steps to help it along:
Error: missing .env file
in /embed create a .env file from the .env.example (I did not change any of the contents)
Error: missing directory
mkdir dhparam/ (for the certificates to sit in)
I'm no docker expert, so sorry if I've missed the point somewhere.
If the docker build is something that should be easy for development, then I'm happy to help document it.
Operating system
Ubuntu 20.04
Browser name and version
Firefox 99
Expected behavior
I'm expecting to see a running streaming site on http://localhost:8080 when I run docker-compose up -d
Actual behavior
The build fails in a couple of places. When I fix those I don't seem to have a persistent image that stays up
Steps to reproduce behavior
Clone the repo
cd stream
docker-compose up -d
Build will fail.
Two steps to help it along:
Error: missing .env file
in /embed create a .env file from the .env.example (I did not change any of the contents)
Error: missing directory
mkdir dhparam/ (for the certificates to sit in)
I'm no docker expert, so sorry if I've missed the point somewhere.
If the docker build is something that should be easy for development, then I'm happy to help document it.