more common values

This commit is contained in:
Tony 2025-01-08 08:40:54 -05:00
parent 04cb62526a
commit bed4ad18b9

View File

@ -31,7 +31,7 @@ services:
fourget: fourget:
container_name: fourget container_name: fourget
image: fourget-apache image: fourget-apache
restart: ${RESTART_MODE} restart: unless-stopped
environment: environment:
# Replace with your stuff # Replace with your stuff
- FOURGET_SERVER_NAME=4get.plunked.party - FOURGET_SERVER_NAME=4get.plunked.party
@ -40,8 +40,8 @@ services:
- FOURGET_BOT_PROTECTION=0 - FOURGET_BOT_PROTECTION=0
- FOURGET_DEFAULT_THEME="Dark" - FOURGET_DEFAULT_THEME="Dark"
# My additions # My additions
- PUID=${FOURGET_ID} - PUID=1001
- PGID=${FOURGET_ID} - PGID=1001
- PORT=6969 - PORT=6969
volumes: volumes:
# Optional, for custom banners and home.html # Optional, for custom banners and home.html