We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7999fb2 + 8fc0a1d commit 72b54a5Copy full SHA for 72b54a5
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