We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb1fb8e commit 66e7f47Copy full SHA for 66e7f47
CHANGELOG.md
@@ -12,6 +12,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
### Fixed
13
- fix obsolete docker-compose command in CIs
14
15
+### Removed
16
+- remove legacy version annotation on docker-compose.yml
17
+
18
+### Changed
19
+- update Docker MariaDB 10.3 -> 10.6
20
21
## [1.1.0] - 2024-05-31
22
### Added
23
- add Drupal GitlabCI
docker-compose.yml
@@ -1,5 +1,3 @@
1
-version: '3.6'
2
-
3
services:
4
5
drupal:
@@ -15,7 +13,7 @@ services:
restart: unless-stopped
db:
- image: mariadb:10.3.8
+ image: mariadb:10.6
environment:
MYSQL_USER: drupal
MYSQL_PASSWORD: drupal
0 commit comments