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