From e2eaa07100a034c067c8346a36bb6b746b7af431 Mon Sep 17 00:00:00 2001 From: Caleb Fultz Date: Mon, 13 Nov 2023 10:33:25 -0500 Subject: [PATCH] Updated Dockerfile with env for PWAD --- Dockerfile | 1 + README.md | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8839d85..14f2904 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,7 @@ ENV IWAD doom1.wad ENV CONFIG default.cfg ENV SERVER_NAME Docker-Doom ENV START_MAP E1M1 +ENV PWAD custom.pk3 # Update the OS RUN apt-get update --yes diff --git a/README.md b/README.md index e17f243..0c41136 100644 --- a/README.md +++ b/README.md @@ -25,4 +25,8 @@ This container is built on Debian Bookworm Slim instead of the spyware known as git clone https://github.com/cfultz/doom-docker cd doom-docker docker build -t cfultz/doom-docker:latest . -``` \ No newline at end of file +``` + +## What's included? + +Freedoom and the shareware version of DOOM (1993). These are legal to share so that's why they are here. If you want to change/add WADS, place them in the ``/IWAD/`` directory, and use an environmental variable to select your prefered IWAD and starting map. You can also add a custom WAD \ No newline at end of file