Skip to content

Commit

Permalink
Merge pull request #768 from doitandbedone/fix/missingPorts
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
ispysoftware authored Dec 11, 2024
2 parents 9a73845 + 6cff141 commit 66a1771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ EXPOSE 8090
EXPOSE 3478/udp

# TURN server UDP port range
EXPOSE 50000-50010/udp
EXPOSE 50000-50100/udp

# Data volumes
VOLUME ["/agent/Media/XML", "/agent/Media/WebServerRoot/Media", "/agent/Commands"]
Expand Down

0 comments on commit 66a1771

Please sign in to comment.