docker-gameserver icon indicating copy to clipboard operation
docker-gameserver copied to clipboard

Dockerised Game Servers using LinuxGSM

Results 40 docker-gameserver issues
Sort by recently updated
recently updated
newest added

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.13.0 to 6.16.0. Release notes Sourced from docker/build-push-action's releases. v6.16.0 Handle no default attestations env var by @​crazy-max in docker/build-push-action#1343 Only print secret keys in build summary...

dependencies
github_actions

I am attempting create an ETS2 server using Docker on my Synology NAS. However, when I start the container, it displays "unable to start linuxGSM." I have correctly opened ports...

Are you sure about config for docker compose ? Why we pass to /data but exec file to manage server located at /app and have server files inside ? `...

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.0 to 4.6.2. Release notes Sourced from actions/upload-artifact's releases. v4.6.2 What's Changed Update to use artifact 2.3.2 package & prepare for new upload-artifact release by @​salmanmkc in...

dependencies
github_actions

```js WARNING: Failed to load 32-bit libtinfo.so.5 or libncurses.so.5. Please install (lib32tinfo5 / ncurses-libs.i686 / equivalent) to enable readline. Using shader api: shaderapiempty_srv.so Using Breakpad minidump system. Version: 9540945 AppID:...

I am trying to set up a server at home using the following docker-compose.yml file: ``` version: "3.8" services: linuxgsm-valheim: image: gameservermanagers/gameserver:vh container_name: vhserver volumes: - ./vhserver:/data network_mode: host ```...

Hi, Is there a place where i can see what variables are possible to use?

Hi there, This is exactly what I was looking for - however, I am trying to run (all of) my gameservers in Kubernetes. Depending on the cluster configuration, you may...

It seems that the update process blocked the monitor, causing multiple monitor processes to burst at once, and finally considered that 4 detections failed within 60 seconds, resulting in a...

- Many games have mods that let an admin trigger a shutdown such as "15 minutes until shutdown. Please log out...". - After 15 minutes, the game itself shuts off...