cd ..
root@paste:~/nJFi4wRn1$cat paste
paste://nJFi4wRn1PUBLIC
public paste

datarhei/restreamer yml

105 views425 chars

stdout

Paste content

>_bashauto-detected
version: "3.9"

services:
  restreamer:
    image: datarhei/restreamer:latest
    container_name: restreamer
    restart: always
    environment:
      RS_USERNAME: xxxx
      RS_PASSWORD: xxxx
    ports:
      - "8080:8080"
      - "8181:8181"
      - "1935:1935"
      - "1936:1936"
      - "6000:6000/udp"
    volumes:
      - /opt/restreamer/config:/core/config
      - /opt/restreamer/data:/core/data

$ tail -f comments.log

Comments [1]

AAnonymous

wow