1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-24 08:52:15 +02:00
dockerfiles/go2rtc/docker-compose.yml

15 lines
245 B
YAML
Raw Permalink Normal View History

2024-04-13 05:00:22 +02:00
version: "3.8"
services:
go2rtc:
image: alexxit/go2rtc
ports:
- "1984:1984"
- "8554:8554"
- "8555:8555"
volumes:
- ./data:/config
#devices:
# - /dev/video0
#privileged: true
restart: unless