Fix RCON port

This commit is contained in:
Daniel Ceregatti 2023-07-25 15:04:57 -07:00
parent 6d1b7508b1
commit 703ab57bd3

View file

@ -34,7 +34,7 @@ services:
- "8000:8000/tcp" - "8000:8000/tcp"
restart: no restart: no
environment: environment:
# The use of the Steam API requires a key. Get yours here: https://steamcommunity.com/dev/apikey # The use of the Steam API in the (very incomplete) web app requires a key. Get yours here: https://steamcommunity.com/dev/apikey
- STEAMAPIKEY=YOUR_STEAM_API_KEY_HERE - STEAMAPIKEY=YOUR_STEAM_API_KEY_HERE
server: server:
@ -47,7 +47,6 @@ services:
- mpmissions:/serverfiles/mpmissions - mpmissions:/serverfiles/mpmissions
- profiles:/profiles - profiles:/profiles
- ./files:/files - ./files:/files
- ./server:/server
- ./server/bin/dz:/usr/local/bin/dz - ./server/bin/dz:/usr/local/bin/dz
# To have the server show up in the LAN tab of the DayZ launcher, # To have the server show up in the LAN tab of the DayZ launcher,
# it must run under host mode. # it must run under host mode.
@ -59,7 +58,7 @@ services:
# # Game port # # Game port
# - 2302:2302/udp # - 2302:2302/udp
# # RCON port # # RCON port
# - 2302:2302/udp # - 2303:2303/udp
# # Steam port # # Steam port
# - 27016:27016/udp # - 27016:27016/udp
# Always restart, unless stopped # Always restart, unless stopped