We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69d21b5 commit d1eb60eCopy full SHA for d1eb60e
docs/hls-storage-config.md
@@ -27,14 +27,14 @@ docker run -d \
27
-v ./data:/var/www/config \
28
-v /dev/shm:/hls-segments \ # ← Map host /dev/shm to container path
29
-e HLS_TEMP_DIR=/hls-segments \ # ← Point to the mapped path
30
- hektyc/m3u-editor:dev
+ sparkison/m3u-editor:dev
31
```
32
33
**Docker Compose**:
34
```yaml
35
services:
36
m3u-editor:
37
- image: hektyc/m3u-editor:dev
+ image: sparkison/m3u-editor:dev
38
container_name: m3u-editor
39
ports:
40
- "36400:36400"
@@ -66,7 +66,7 @@ docker run -d \
66
67
68
69
70
71
72
0 commit comments