Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:jammy

RUN apt -y update && apt -y install nginx libnginx-mod-rtmp
RUN apt -y update && apt -y install nginx libnginx-mod-rtmp jq

EXPOSE 8080/tcp
EXPOSE 1935/tcp
Expand Down
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ services:
ports:
- "8080:8080"
- "1935:1935"
working_dir: /root
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf
- ./viewer_counter.sh:/root/viewer_counter.sh
- ./html:/var/www/html