Skip to content

Commit

Permalink
chore: update mariadb to latest lts patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
lukadschaak committed Nov 19, 2024
1 parent f50b3c8 commit 2fa14b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
database:
image: mariadb:10.11.4
image: mariadb:10.11.10
command: [ "mysqld", "--character-set-server=utf8mb4", "--collation-server=utf8mb4_unicode_ci" ]
environment:
MYSQL_ALLOW_EMPTY_PASSWORD: yes
Expand All @@ -24,7 +24,7 @@ services:
XDEBUG_MODE: debug
# Use Host IP from Docker Daemon. See https://xdebug.org/docs/all_settings#client_host
XDEBUG_CLIENT_HOST: "host.docker.internal"
MYSQL_SERVER_VERSION: mariadb-10.11.4
MYSQL_SERVER_VERSION: 10.11.10-MariaDB
extra_hosts:
# See https://gitlab.neusta.de/NSD/p_pimcore/pimcore-project-template/-/blob/2.1.0/compose.dev.yaml#L18-L24
- "host.docker.internal:host-gateway"
Expand Down

0 comments on commit 2fa14b8

Please sign in to comment.