From c50a4678666cdf1e6b5a276882483e0a02196a43 Mon Sep 17 00:00:00 2001 From: Tony Date: Mon, 6 Jan 2025 22:56:22 -0500 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f1526e..25a6203 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,8 @@ services: image: fourget-apache restart: ${RESTART_MODE} environment: - - FOURGET_SERVER_NAME=4get.plunked.party + # Replace with your stuff + - FOURGET_SERVER_NAME=4get.plunked.party - FOURGET_SERVER_LONG_DESCRIPTION="PLUNKED!!!!" - FOURGET_SERVER_SHORT_DESCRIPTION="click here 4 sum fun." - FOURGET_BOT_PROTECTION=0 @@ -42,6 +43,7 @@ services: - PGID=${FOURGET_ID} - PORT=6969 volumes: + # Optional, for custom banners and home.html - ./4get/banner:/var/www/html/4get/banner - ./4get/template/home.html:/var/www/html/4get/template/home.html ```