Update README
All checks were successful
ci/woodpecker/push/build/2 Pipeline was successful
ci/woodpecker/push/build/1 Pipeline was successful
ci/woodpecker/push/tag Pipeline was successful

This commit is contained in:
Vladimir Hodakov 2025-01-14 03:07:37 +04:00
parent ce96e5592a
commit ae2439998d
Signed by: Vladimir Hodakov
GPG Key ID: 673980B6882F82C6

View File

@ -175,8 +175,11 @@ If set to `true`, enables phpBB debug mode.
## Volumes
No default volumes are predefined. You can mount everything you want
inside `/phpbb/<something>`. For example, given that [ks.fhs.sh](https://ks.fhs.sh)
was migrating into Docker from bare metal instance back in 2023, I
mounted the directories `files`, `store`, `ext`, `images` and
`themes`, which proved working for more than a year at this point.
There are predefined volumes in the image:
- /phpbb/sqlite
- /phpbb/www/files
- /phpbb/www/store
- /phpbb/www/images/avatars/upload
This list of volumes should be good enough for a forum that starts from scratch.