call-of-duty-2-docker-server icon indicating copy to clipboard operation
call-of-duty-2-docker-server copied to clipboard

Minimal & lightweight Call of duty 2 server docker image - include libcod library

Results 22 call-of-duty-2-docker-server issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | alpine | final | minor | `3.16.0` -> `3.19.1` | ---...

Using https://github.com/ptitSeb/box86

enhancement
question

Avoid image suppression after 6 months of inactivity

enhancement

server log file is not in the game folder. maybe the mounts are misconfigured? # Server "main" folder volume VOLUME [ "/home/${SERVER_USER}/main" ] # redirect server multiplayer logs to container...

enhancement
help wanted

Hi @bgauduch , I'm having trouble installing the ZPAM3 mod, https://github.com/eyza-cod2/zpam3 The mod has to have the following structure for it to work: ![ftp](https://user-images.githubusercontent.com/6936258/80987663-ab335b00-8e32-11ea-9859-3272c75f7c3b.jpg) I modified the file docker-compose.yaml, adding...

bug

This way released images do not get overridden. Also improve the CI action at the same time (triggers cleanup etc)

enhancement

We first need to find a way to properly handle permissions on game files volume mount, and then use a non-root runtime user. Exemple user setup to be added in...

enhancement

https://help.github.com/en/github/building-a-strong-community/about-issue-and-pull-request-templates Issue template should contain: * short issue description * Is there any issue already open * Docker version * cod2server image tag * Server logs

project management

HEALTHCHECK --interval=5s --timeout=3s --retries=7 CMD if [ -z "$(echo -e '\xff\xff\xff\xffgetinfo' | nc -w 1 -u 127.0.0.1 ${CHECK_PORT})" ]; then exit 1; else exit 0; fi

enhancement