Go to file
rusefillc bc272ee4ce
Update readme.md
2021-11-11 11:01:27 -05:00
nginx changed bind to volume mount in docker-compose 2021-10-26 09:55:38 -07:00
docker-compose.yaml changed bind to volume mount in docker-compose 2021-10-26 09:55:38 -07:00
readme.md Update readme.md 2021-11-11 11:01:27 -05:00

readme.md

This image now downloads phpBB 3.2 as part of the nginx build process and then copies the /var/www/forum directory into a volume called forum upon runtime. This volume persists between builds, so if your changes aren't being applied, this is probably why.

to run:

git clone https://github.com/rusefi/rusefi-docker
cd ruesfi-docker
docker-compose build
docker-compose up

open a browser to http://localhost/forum

to fully clean up, remember to delete the volumes created by nginx and mysql

TODO: how exactly do we delete volumes?