Skip to content

Commit

Permalink
MariaDB 11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
thueske authored Dec 7, 2024
1 parent 1982ff5 commit d37f2ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ services:
- app

db:
image: mariadb:${MARIADB_VERSION:-11.5}
image: mariadb:${MARIADB_VERSION:-11.6}
restart: unless-stopped
command: mariadbd --innodb-buffer-pool-size=${MARIADB_INNODB_BUFFER_SIZE:-128M} --max-connections=${MARIADB_MAX_CONNECTIONS:-150} --tmp-table-size=${MARIADB_TMP_TABLE_SIZE:-16M} --max-heap-table-size=${MARIADB_MAX_HEAP_TABLE_SIZE:-16M}
environment:
Expand Down

0 comments on commit d37f2ba

Please sign in to comment.