Update README.md

This commit is contained in:
Tony 2025-01-06 22:56:22 -05:00
parent ed10bb987a
commit c50a467866

View File

@ -33,6 +33,7 @@ services:
image: fourget-apache image: fourget-apache
restart: ${RESTART_MODE} restart: ${RESTART_MODE}
environment: environment:
# Replace with your stuff
- FOURGET_SERVER_NAME=4get.plunked.party - FOURGET_SERVER_NAME=4get.plunked.party
- FOURGET_SERVER_LONG_DESCRIPTION="PLUNKED!!!!" - FOURGET_SERVER_LONG_DESCRIPTION="PLUNKED!!!!"
- FOURGET_SERVER_SHORT_DESCRIPTION="click here 4 sum fun." - FOURGET_SERVER_SHORT_DESCRIPTION="click here 4 sum fun."
@ -42,6 +43,7 @@ services:
- PGID=${FOURGET_ID} - PGID=${FOURGET_ID}
- PORT=6969 - PORT=6969
volumes: volumes:
# Optional, for custom banners and home.html
- ./4get/banner:/var/www/html/4get/banner - ./4get/banner:/var/www/html/4get/banner
- ./4get/template/home.html:/var/www/html/4get/template/home.html - ./4get/template/home.html:/var/www/html/4get/template/home.html
``` ```