From ae2439998d2e5c1236e2e9d74ff907e832750f2c Mon Sep 17 00:00:00 2001 From: Vladimir Hodakov Date: Tue, 14 Jan 2025 03:07:37 +0400 Subject: [PATCH] Update README --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) 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.