Skip to content

Commit

Permalink
Merge pull request #30 from hafometh88/main
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpas authored Dec 6, 2023
2 parents 3c09f39 + 6b55425 commit 32a30c9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ ENV SERVER_BIND_ADDRESS="0.0.0.0"
ENV SERVER_BIND_PORT=2001
ENV SERVER_PUBLIC_ADDRESS=""
ENV SERVER_PUBLIC_PORT=2001
ENV SERVER_A2S_ADDRESS=""
ENV SERVER_A2S_PORT=""
ENV SERVER_A2S_ADDRESS="0.0.0.0"
ENV SERVER_A2S_PORT=17777

ENV GAME_NAME="Arma Reforger Docker Server"
ENV GAME_PASSWORD=""
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ An Arma Reforger dedicated server. Updates to the latest version every time it i
-v path/to/configs:/reforger/Configs \
-v path/to/profiles:/home/profile \
-v path/to/workshop:/reforger/workshop \
-e SERVER_REGION="EU" \
-e SERVER_HOST_REGISTER_ADDRESS="public ip" \
-e SERVER_PUBLIC_ADDRESS="public ip" \
-e GAME_NAME="My Docker Reforger Server" \
ghcr.io/acemod/arma-reforger:latest
```
Expand Down
5 changes: 4 additions & 1 deletion docker_default.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"bindPort": 2001,
"publicAddress": "",
"publicPort": 2001,
"a2s": null,
"a2s": {
"address": "",
"port": 17777
},
"game": {
"name": "Arma Reforger Docker Server",
"password": "",
Expand Down

0 comments on commit 32a30c9

Please sign in to comment.