2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:23:02 +01:00
Files
dockerfiles_vimagick/go2rtc/docker-compose.yml
2025-04-27 17:56:28 +08:00

15 lines
254 B
YAML

services:
go2rtc:
image: alexxit/go2rtc:1.9.9
ports:
- "1984:1984"
- "8554:8554"
- "8555:8555"
volumes:
- ./data:/config
environment:
- TZ=Asia/Shanghai
devices:
- /dev/video0
restart: unless