fix form
This commit is contained in:
parent
847840260a
commit
0088efd369
1 changed files with 1 additions and 1 deletions
|
@ -28,6 +28,6 @@ USER nobody
|
||||||
ENV CHUNK_SIZE=1048576 \
|
ENV CHUNK_SIZE=1048576 \
|
||||||
WATCH_PATH=/opt/livekit-egress \
|
WATCH_PATH=/opt/livekit-egress \
|
||||||
UPLOAD_URL=http://localhost:8000/recording/upload \
|
UPLOAD_URL=http://localhost:8000/recording/upload \
|
||||||
AUTH_TOKEN=verySecretToken \
|
AUTH_TOKEN=verySecretToken
|
||||||
|
|
||||||
CMD ["sh", "/inotify.sh" ]
|
CMD ["sh", "/inotify.sh" ]
|
Loading…
Add table
Reference in a new issue