Results 8 comments of aciddensity

@Solamain, I don't believe there is a way to set rates in the docker-compose file directly. Instead you can set them in your GameUserSettings.ini file, which you can specify in...

Something that tripped me up at first was not realizing that the GAME_USERSETTINGS_INI_PATH and GAME_INI_PATH are from the perspective of the container. What I mean by that is, the path...

I know it's been a while since you asked your question but I just wanted to point out my comment to issue #12 that covers a little about how these...

Hi kashyn89, If you are using the docker-compose.yml file from this project it should work for you. Feel free to share some more about your setup and post your compose...

Everything in your docker compose file looks pretty good to me. Based on what I can see I would look closely at the permissions of the /opt/arkcluster folder and it's...

Sorry, I'm afraid I don't have much else to suggest. Based on the configuration you shared and my experiences using this project I don't think it's related to anything specific...

I think you will need to put those flags in your `arkmanager.cfg` file. You will want to refer to the ark manager documentation for the proper way to do this....

Assuming your docker container is named "docker-theisland-1", here is an example of how you could get the status from the Ark Manager tool inside the container: `docker exec docker-theisland-1 arkmanager...