We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ec5c40 commit 8fc0a1dCopy full SHA for 8fc0a1d
docker-entrypoint.sh
@@ -35,6 +35,13 @@ check_vars_exist \
35
DB_PORT \
36
DB_USERNAME
37
38
+if [ -n "${FILE_UPLOAD_SIZE_LIMITS}" ]; then
39
+ echo "Note: If you're setting FILE_UPLOAD_SIZE_LIMITS to more than 10M, you"
40
+ echo "may also need to modify the php.ini file."
41
+ echo "See:"
42
+ echo "https://github.com/solidnerd/docker-bookstack/issues/423"
43
+fi
44
+
45
echoerr "wait-for-db: waiting for ${DB_HOST_NAME}:${DB_PORT}"
46
47
timeout 15 bash <<EOT
0 commit comments