Use a container image
- Pull the
latest
version from Dockerhub:docker pull owncast/owncast:latest
. - Run
docker run -v `pwd`/data:/app/data -p 8080:8080 -p 1935:1935 -it owncast/owncast:latest
to start the service. - This will bind the
data
directory so you have access to backups and your database in case you need to move it to another server.