Hi everyone,
I’m running Nextcloud AIO on Docker with Windows 11 and need some assistance.
1. Editing PHP Settings
I’m trying to modify PHP configurations to increase the following limits:
Memory limit: 512 MB
Max execution time: 3600 seconds
Upload max size: 16 GB
I’m not sure where to locate the relevant file (likely php.ini
) to make these changes. Since I’m on Windows and using Docker, I’m having trouble finding the correct file path. For reference, my nc-data
folder is located on E:/ncdata.
2. Accessing the Database
I want to access my Nextcloud database, which is:
Type: PostgreSQL
Version: PostgreSQL 16.6
Size: 38.9 MB
Is there a user-friendly platform I could use, like phpMyAdmin, to access and manage the database? If so, how can I connect to it in this setup?