mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-05-06 14:21:18 +00:00
Use new RCON port.
Start the server with a command line here so we can dev more rapidly.
This commit is contained in:
parent
a50e9ed6a4
commit
c9edc5eb59
1 changed files with 2 additions and 1 deletions
|
@ -7,10 +7,11 @@ services:
|
|||
|
||||
main:
|
||||
build: .
|
||||
command: bash -c "/files/dayzserver start"
|
||||
ports:
|
||||
- "2302:2302/udp"
|
||||
- "2303:2303/udp"
|
||||
- "2304:2304/udp"
|
||||
- "2305:2305/udp"
|
||||
- "27016:27016/udp"
|
||||
volumes:
|
||||
- homedir:/home/user
|
||||
|
|
Loading…
Add table
Reference in a new issue