2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:23:02 +01:00

upgrade phpbb to 3.2.0

This commit is contained in:
kev
2017-05-16 15:17:26 +08:00
parent f727716940
commit 8883c467d2
3 changed files with 19 additions and 5 deletions

View File

@@ -1,4 +1,7 @@
`phpBB` is a free flat-forum bulletin board software solution
phpBB
=====
[phpBB][1] is a free flat-forum bulletin board software solution
that can be used to stay in touch with a group of people
or can power your entire website.
@@ -6,10 +9,14 @@ This docker image support mysqli/postgres/sqlite3.
If you choose sqlite3, please use `/var/www/store/phpbb.db` as dbpath.
And it has no volumes, please use phpBB control panel to backup database.
```
# up and running
```bash
# run container
$ docker run -d --restart always --name phpbb -p 8000:80 vimagick/phpbb
# setup website
$ firefox http://localhost:8000/install
```
[1]: https://www.phpbb.com/