Skip to content

Instantly share code, notes, and snippets.

@rightsaidjames
Created June 1, 2023 12:00
Show Gist options
  • Save rightsaidjames/433b61cbbb976bd34637273fcd52de2f to your computer and use it in GitHub Desktop.
Save rightsaidjames/433b61cbbb976bd34637273fcd52de2f to your computer and use it in GitHub Desktop.
Example docker-compose file for datarhei/restreamer app
version: '3.3'
services:
restreamer:
container_name: restreamer
volumes:
- './config:/core/config'
- './data:/core/data'
ports:
- '8080:8080'
- '8181:8181'
- '1935:1935'
- '1936:1936'
- '6000:6000/udp'
restart: always
image: 'datarhei/restreamer:latest'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment