Skip to content

Commit 66e7f47

Browse files
committed
remove legacy version annotation on docker-compose.yml & update Docker MariaDB 10.3 -> 10.6
1 parent cb1fb8e commit 66e7f47

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
### Fixed
1313
- fix obsolete docker-compose command in CIs
1414

15+
### Removed
16+
- remove legacy version annotation on docker-compose.yml
17+
18+
### Changed
19+
- update Docker MariaDB 10.3 -> 10.6
20+
1521
## [1.1.0] - 2024-05-31
1622
### Added
1723
- add Drupal GitlabCI

docker-compose.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: '3.6'
2-
31
services:
42

53
drupal:
@@ -15,7 +13,7 @@ services:
1513
restart: unless-stopped
1614

1715
db:
18-
image: mariadb:10.3.8
16+
image: mariadb:10.6
1917
environment:
2018
MYSQL_USER: drupal
2119
MYSQL_PASSWORD: drupal

0 commit comments

Comments
 (0)