Skip to content

Commit

Permalink
Allow udp ports
Browse files Browse the repository at this point in the history
  • Loading branch information
dharmeshmp authored Mar 1, 2024
1 parent a8021d5 commit c26bb9b
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 @@ -20,7 +20,7 @@ RUN wget -q https://www.smartfoxserver.com/downloads/sfs2x/patches/SFS2X-Patch-$
&& cd .. \
&& rm -rf SFS2X-Patch-${SFS_UPDATE}.zip SFS2X-Patch-${SFS_PATCH}

EXPOSE 8080 8443 9933 5000
EXPOSE 8080 8443 9933 9933/udp 5000

WORKDIR /opt/SmartFoxServer_2X/SFS2X

Expand Down

0 comments on commit c26bb9b

Please sign in to comment.