mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-28 09:08:50 +02:00
update
This commit is contained in:
parent
25d6399858
commit
1edab6c83a
15
phpbb/README.md
Normal file
15
phpbb/README.md
Normal file
@ -0,0 +1,15 @@
|
||||
`phpBB` 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.
|
||||
|
||||
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.
|
||||
|
||||
```
|
||||
# run container
|
||||
$ docker run -d --restart always --name phpbb -p 8000:80 vimagick/phpbb
|
||||
|
||||
# setup website
|
||||
$ firefox http://localhost:8000/install
|
||||
```
|
Loading…
Reference in New Issue
Block a user