livestream/docker-compose.yml
2018-06-27 20:43:09 +02:00

13 lines
167 B
YAML

version: '3'
services:
server:
build: ./
ports:
- 80:80
- 1935:1935
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf
- ./srv:/srv