Corrected ports

This commit is contained in:
2023-04-21 11:04:19 +02:00
parent 579a6e4920
commit 4da32724dc
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' RUN su rexuiz -c 'chmod 755 /home/rexuiz/Rexuiz/server/rexuiz-linux-dedicated-x86_64'
# Expose server port # Expose server port
EXPOSE 26000/tcp
EXPOSE 26000/udp EXPOSE 26000/udp
# Start server # Start server

View File

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