ffplayout/docker/docker-compose.yml

14 lines
209 B
YAML
Raw Normal View History

2023-02-27 15:54:18 -05:00
version: '3'
services:
ffplayout:
cap_add:
- SYS_ADMIN
container_name: ffplayout
2024-04-10 08:34:46 -04:00
privileged: true
2023-02-27 15:54:18 -05:00
build:
2024-04-10 08:34:46 -04:00
context: .
2023-02-27 15:54:18 -05:00
dockerfile: ./Dockerfile
ports:
2024-04-10 08:34:46 -04:00
- '8787:8787'