mirror of
https://github.com/screego/server.git
synced 2026-08-30 17:33:30 +08:00
Add EXPOSE directives for TURN server port
Signed-off-by: Aaron <admin@datahoarder.dev>
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
FROM scratch
|
||||
COPY screego /screego
|
||||
EXPOSE 3478/tcp
|
||||
EXPOSE 3478/udp
|
||||
EXPOSE 5050
|
||||
WORKDIR "/"
|
||||
ENTRYPOINT [ "/screego" ]
|
||||
|
||||
Reference in New Issue
Block a user