mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-05-07 06:41:17 +00:00
Add rcon port.
This commit is contained in:
parent
ba2be87f37
commit
4377404e07
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ services:
|
||||||
build: .
|
build: .
|
||||||
ports:
|
ports:
|
||||||
- "2302:2302/udp"
|
- "2302:2302/udp"
|
||||||
|
- "2304:2304/udp"
|
||||||
- "27016:27016/udp"
|
- "27016:27016/udp"
|
||||||
volumes:
|
volumes:
|
||||||
- homedir:/home/user
|
- homedir:/home/user
|
||||||
|
|
Loading…
Add table
Reference in a new issue