Skip to content

Commit 07749f0

Browse files
authored
Merge pull request #435 from dbarzin/dev
update Docker
2 parents 6d91b3a + 4e6bf25 commit 07749f0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ RUN apt-get install -y --no-install-recommends \
1414
php-mbstring=2:8.2* \
1515
php-curl=2:8.2* \
1616
php-xml=2:8.2* \
17+
mariadb-client \
1718
cron \
1819
&& apt-get clean && rm -rf /var/lib/apt/lists/*
1920

docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ services:
3535
expose:
3636
- 3306
3737
healthcheck:
38-
test: ["CMD", "mysqladmin", "ping", "-h", "localhost", "-u", "root", "-p$${MYSQL_ROOT_PASSWORD}"]
38+
test: ["CMD-SHELL", "mysqladmin ping -h localhost -u root -p$$MYSQL_ROOT_PASSWORD" ]
3939
interval: 10s
4040
timeout: 5s
4141
retries: 3

0 commit comments

Comments
 (0)