tweak ports
This commit is contained in:
parent
4ecd3da4f0
commit
46075e4325
1 changed files with 3 additions and 1 deletions
|
@ -17,6 +17,8 @@ COPY rygel.conf .config/rygel.conf
|
||||||
COPY wrapper.sh wrapper.sh
|
COPY wrapper.sh wrapper.sh
|
||||||
RUN chmod +x wrapper.sh
|
RUN chmod +x wrapper.sh
|
||||||
|
|
||||||
EXPOSE 5001/tcp
|
EXPOSE 5001
|
||||||
|
EXPOSE 1900
|
||||||
|
EXPOSE 65530
|
||||||
|
|
||||||
CMD /root/wrapper.sh
|
CMD /root/wrapper.sh
|
||||||
|
|
Reference in a new issue