Skip to content

Commit 8cb0270

Browse files
authored
increase upload limit for phpMyAdmin service
1 parent 84d8cd6 commit 8cb0270

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boilerplate-tooling/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ services:
110110
environment:
111111
PMA_USER: root
112112
PMA_PASSWORD: ~
113+
UPLOAD_LIMIT: 1G
113114
command: |
114115
bash -c 'echo &&
115116
echo -e "🛠 \033[33mStarting phpMyAdmin at\033[0m \033[36mhttp://localhost:${npm_config_port:-8002}\033[0m" &&

0 commit comments

Comments
 (0)