-
Notifications
You must be signed in to change notification settings - Fork 3
Description
In the (very!) thorough configuration instructions, the directive PHPBB_DATABASE_SQLITE_PATH is mentioned as having /opt/phpbb/phpbb.sqlite as the default value, whereas near the bottom of the file, it is recommended against using this location (and instead chose something like /var/lib/phpbb/data/phpbb.sqlite3).
I like that recommendation very much, but I'm confused about why this path is not the default value?
I get that this would introduce a bit more work for the user, who needs to add an additional volume, to map to this location. But (no disrespect intended!) it seems to me that the default value isn't the most sensible.
Thanks for your efforts!
(I'm still in the orientation stages and haven't yet gotten my hands dirty setting up a container based on the image, so I haven't got more to share at this point 🙂)