Corrected ports

This commit is contained in:
Menno van Leeuwen 2023-04-21 11:04:19 +02:00
parent 579a6e4920
commit 4da32724dc
No known key found for this signature in database
GPG Key ID: 1E42C7BFE8FAA26B
2 changed files with 1 additions and 2 deletions

View File

@ -15,7 +15,6 @@ RUN su rexuiz -c 'bash /home/rexuiz/rexuiz_install.sh /home/rexuiz/Rexuiz/'
RUN su rexuiz -c 'chmod 755 /home/rexuiz/Rexuiz/server/rexuiz-linux-dedicated-x86_64'
# Expose server port
EXPOSE 26000/tcp
EXPOSE 26000/udp
# Start server

View File

@ -5,4 +5,4 @@ services:
volumes:
- ./config:/home/rexuiz/.rexuiz/data
ports:
- "26000:26000"
- "26000:26000/udp"