2025-01-06 22:39:22 -05:00
2025-01-06 22:35:23 -05:00
2025-01-06 22:35:23 -05:00
2025-01-06 22:35:23 -05:00
2025-01-06 22:33:38 -05:00
2025-01-06 22:39:22 -05:00
2025-01-06 22:35:23 -05:00

4get-apache

Dockerfile and compose for 4get bleeding edge, with PUID and PGID.

Dockerfile

Simply git clone this repo: git clone https://git.plunked.party/tony/4get-apache and then run ./rebuild: cd 4get-apache/ chmod +x ./rebuild ./rebuild

Docker Compose

yml fourget: container_name: fourget image: fourget-apache restart: ${RESTART_MODE} environment: - FOURGET_SERVER_NAME=4get.plunked.party - FOURGET_SERVER_LONG_DESCRIPTION="PLUNKED!!!!" - FOURGET_SERVER_SHORT_DESCRIPTION="click here 4 sum fun." - FOURGET_BOT_PROTECTION=0 - FOURGET_DEFAULT_THEME="Dark" - PUID=${FOURGET_ID} - PGID=${FOURGET_ID} - PORT=6969 volumes: - ./4get/banner:/var/www/html/4get/banner - ./4get/template/home.html:/var/www/html/4get/template/home.html

Description
Dockerfile and compose for 4get bleeding edge, with PUID, PGID and port config.
Readme AGPL-3.0 60 KiB
Languages
PHP 67.9%
Shell 18.5%
Dockerfile 13.6%