mirror of
https://github.com/cupcakearmy/livestream.git
synced 2025-03-19 09:47:29 +00:00
14 lines
187 B
YAML
14 lines
187 B
YAML
version: '3'
|
|
|
|
services:
|
|
server:
|
|
build: ./
|
|
ports:
|
|
- 80:80
|
|
- 1935:1935
|
|
restart: always
|
|
volumes:
|
|
- ./nginx.conf:/etc/nginx/nginx.conf
|
|
- ./srv:/srv
|
|
|