mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-27 15:41:38 +01:00
14 lines
236 B
YAML
14 lines
236 B
YAML
services:
|
|
go2rtc:
|
|
image: alexxit/go2rtc:1.9.9
|
|
ports:
|
|
- "1984:1984"
|
|
- "8554:8554"
|
|
- "8555:8555"
|
|
volumes:
|
|
- ./data:/config
|
|
#devices:
|
|
# - /dev/video0
|
|
#privileged: true
|
|
restart: unless
|