mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-05-07 06:41:17 +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:
|
main:
|
||||||
build: .
|
build: .
|
||||||
|
command: bash -c "/files/dayzserver start"
|
||||||
ports:
|
ports:
|
||||||
- "2302:2302/udp"
|
- "2302:2302/udp"
|
||||||
|
- "2303:2303/udp"
|
||||||
- "2304:2304/udp"
|
- "2304:2304/udp"
|
||||||
- "2305:2305/udp"
|
|
||||||
- "27016:27016/udp"
|
- "27016:27016/udp"
|
||||||
volumes:
|
volumes:
|
||||||
- homedir:/home/user
|
- homedir:/home/user
|
||||||
|
|
Loading…
Add table
Reference in a new issue