mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:15 +02:00
15 lines
245 B
YAML
15 lines
245 B
YAML
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
|