Answer the question
In order to leave comments, you need to log in
How to increase the size of Local Volumes?
There is the following mariadb base setting
docker-compose.xml
mysql:
image: mariadb:10.3.9
healthcheck:
test: "/usr/bin/mysql --user=root --password=pass --execute \"SHOW DATABASES;\""
interval: 2s
timeout: 20s
retries: 10
ports:
- "3306:3306"
volumes:
- ./db:/var/lib/mysql
environment:
MYSQL_ROOT_PASSWORD: pass
MYSQL_DATABASE: sitemanager
MYSQL_USER: app
MYSQL_PASSWORD: pass
command: ['--innodb-use-native-aio=0', '--innodb-flush-method=fsync', '--character-set-server=utf8', '--collation-server=utf8_unicode_ci', '--skip-character-set-client-handshake', '--sql-mode=']
2020-05-13 13:19:05 0 [ERROR] InnoDB: preallocating 50331648 bytes for file ./ib_logfile101 failed with error 38
2020-05-13 13:19:05 0 [ERROR] InnoDB: Cannot set log file ./ib_logfile101 size to 50331648 bytes
TYPE TOTAL ACTIVE SIZE RECLAIMABLE
Images 30 2 4.864GB 3.785GB (77%)
Containers 2 1 4.482kB 0B (0%)
Local Volumes 20 0 707.6MB 707.6MB (100%)
Build Cache 0 0 0B 0B
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question