kindrowboat/phpbb3-docker
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Files needed to run phpbb3 in docker (behind a reverse proxy.) Exposition at https://tilde.town/~kindrobot/post/phpbb3-docker/ ## Pre-requirements - unzip - docker with docker-compose - an internet connection ## Fresh install ```bash cp .env.example .env # fill out .env ./clean-install.sh # downloads and unzips phpbb3 # answer yes at prompt sudo docker-compose build sudo docker-compose up -d # -d to run in background ``` ## License Both phpbb3 and this project are licensed under the GNU GPL v3. ## AI Disclaimer Portions of this repo have been contrtibuted by or made with assistance from an LLM.