Atualizar README.md
This commit is contained in:
@@ -40,7 +40,7 @@ services:
|
|||||||
security_opt:
|
security_opt:
|
||||||
- seccomp:unconfined # required for Chromium syscalls
|
- seccomp:unconfined # required for Chromium syscalls
|
||||||
environment:
|
environment:
|
||||||
TZ: America/Sao_Paulo
|
# TZ: America/Sao_Paulo
|
||||||
# AUTH_USER: admin # optional: enables login if both are set
|
# AUTH_USER: admin # optional: enables login if both are set
|
||||||
# AUTH_PASS: secure_password
|
# AUTH_PASS: secure_password
|
||||||
ports:
|
ports:
|
||||||
@@ -49,10 +49,11 @@ services:
|
|||||||
# - "1935:1935" # RTMP — expose only for external ingest (e.g. OBS)
|
# - "1935:1935" # RTMP — expose only for external ingest (e.g. OBS)
|
||||||
# - "8888:8888" # HLS — internal only; proxied through the UI at /api/hls/
|
# - "8888:8888" # HLS — internal only; proxied through the UI at /api/hls/
|
||||||
volumes:
|
volumes:
|
||||||
- decap-stream:/app/data
|
- streams:/app/data/streams # Persistent: streams.json, chrome profiles, thumbs
|
||||||
|
# - logs:/app/data/logs # Optional
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
decap-stream:
|
streams:
|
||||||
```
|
```
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user