server: image: vimagick/nginx ports: - "1935:1935" volumes: - ./nginx/nginx.conf:/etc/nginx/nginx.conf - ./data:/data restart: always