diff --git a/Owncast/docker-compose.yml b/Owncast/docker-compose.yml new file mode 100644 index 0000000..e51dde6 --- /dev/null +++ b/Owncast/docker-compose.yml @@ -0,0 +1,10 @@ +version: "3.8" +services: + owncast: + image: owncast/owncast + restart: no + ports: + - "1935:1935" + - "8080:8080" + volumes: + - ./data:/app/data