DoomJS
Ref: DoomJS
DoomJS is a fast, lightweight, and highly customizable game server for the classic first-person shooter game. It allows players to host their own game sessions and provides a variety of options for customization and optimization.
Portainer Stack
docker run -d --name hal-doom --restart always -p 999:8080 callumhoughton22/doom-in-docker
services:
doom:
image: callumhoughton22/doom-in-docker
hostname: doomjs
container_name: doomjs
restart: unless-stopped
ports:
- "999:8080"