Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GAME_MODS_IDS_LIST does not add mods #24

Closed
hafometh88 opened this issue Nov 21, 2023 · 4 comments
Closed

GAME_MODS_IDS_LIST does not add mods #24

hafometh88 opened this issue Nov 21, 2023 · 4 comments

Comments

@hafometh88
Copy link
Contributor

hafometh88 commented Nov 21, 2023

Describe the bug
Populate the variable GAME_MODS_IDS_LIST with mod IDs and after recreating the container, mods are not added to the server

To Reproduce
My docker-compose.yml


version: '3.8'
services:
arma-reforger:
image: ghcr.io/acemod/arma-reforger:edge
platform: linux/amd64
container_name: arma-reforger
ports:
- "2001:2001/udp"
- "17777:17777/udp"
volumes:
- /opt/reforger/configs:/reforger/Configs
- /opt/reforger/profile:/home/profile
- /opt/reforger/workshop:/reforger/workshop
environment:
- SERVER_PUBLIC_ADDRESS=foo
- GAME_NAME=foo
- SERVER_A2S_ADDRESS=0.0.0.0
- SERVER_A2S_PORT=17777
- GAME_PASSWORD_ADMIN=foo
- GAME_MAX_PLAYERS=40
- GAME_PROPS_DISABLE_THIRD_PERSON=true
- ARMA_MAX_FPS=60
- GAME_MODS_IDS_LIST=5994AD5A9F33BE57,5ED8BE1DDFEFBE4C,5D071A427403AB2C

@hafometh88
Copy link
Contributor Author

Here are all logs from the container

console.log
error.log
script.log

@sdsznsk
Copy link
Contributor

sdsznsk commented Nov 21, 2023

I think I got the cause, working on a fix

@sdsznsk
Copy link
Contributor

sdsznsk commented Nov 22, 2023

Actually I though the cause was something else (#26) , but rather it's the fact that support for mods was introduced after edge->latest switch from #22 , so it's not present in edge tag.

Switch to image: ghcr.io/acemod/arma-reforger:latest will solve the issue.

@hafometh88
Copy link
Contributor Author

I totally missed that, thank you! I used the docker-compose.yml template in the project, so I did not even look at the image tag properly :) Now I am just patiently waiting for #26 to be approved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants