mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
Increase MySQL disk space
This commit is contained in:
parent
3efbe08ee7
commit
9411b6fe28
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ EOL
|
|||
-d \
|
||||
--volume /tmp/phpbb.cnf:/etc/mysql/conf.d/phpbb.cnf \
|
||||
--name mysql \
|
||||
--shm-size=128M \
|
||||
--shm-size=256M \
|
||||
--env MYSQL_ROOT_PASSWORD='' \
|
||||
--env MYSQL_DATABASE='phpbb_tests' \
|
||||
--env MYSQL_ALLOW_EMPTY_PASSWORD='yes' \
|
||||
|
|
Loading…
Add table
Reference in a new issue