mirror of
https://github.com/vale981/Docker-nginx-rtmp
synced 2025-03-04 09:01:40 -05:00
Correct EXPOSE lines
This commit is contained in:
parent
0190cec3d7
commit
9f6d81ccc9
1 changed files with 2 additions and 1 deletions
|
@ -12,6 +12,7 @@ RUN apk update && \
|
|||
ADD nginx.tar.gz /opt/
|
||||
ADD nginx.conf /opt/nginx/conf/nginx.conf
|
||||
|
||||
EXPOSE 1935,8080
|
||||
EXPOSE 1935
|
||||
EXPOSE 8080
|
||||
|
||||
CMD ["/opt/nginx/sbin/nginx", "-g", "daemon off;"]
|
||||
|
|
Loading…
Add table
Reference in a new issue