From bed4ad18b95cc76cb6a3be225148065c2611d3a7 Mon Sep 17 00:00:00 2001 From: Tony Date: Wed, 8 Jan 2025 08:40:54 -0500 Subject: [PATCH] more common values --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3616a17..4938693 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ services: fourget: container_name: fourget image: fourget-apache - restart: ${RESTART_MODE} + restart: unless-stopped environment: # Replace with your stuff - FOURGET_SERVER_NAME=4get.plunked.party @@ -40,8 +40,8 @@ services: - FOURGET_BOT_PROTECTION=0 - FOURGET_DEFAULT_THEME="Dark" # My additions - - PUID=${FOURGET_ID} - - PGID=${FOURGET_ID} + - PUID=1001 + - PGID=1001 - PORT=6969 volumes: # Optional, for custom banners and home.html