2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-27 15:41:38 +01:00
Files
dockerfiles_vimagick/go2rtc/docker-compose.yml
2025-04-26 19:48:54 +08:00

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