add docker-compose.yml example

This commit is contained in:
lucas duval 2023-02-27 21:54:18 +01:00
parent 6dade0f51f
commit ed34ea3fd4

13
docker/docker-compose.yml Normal file
View File

@ -0,0 +1,13 @@
version: '3'
services:
ffplayout:
cap_add:
- SYS_ADMIN
container_name: ffplayout
build:
dockerfile: ./Dockerfile
ports:
- '8787'
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup