diff --git a/README.md b/README.md index d7093e7..f31569f 100644 --- a/README.md +++ b/README.md @@ -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/`. 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.