We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e39b05c + 156c751 commit 3eac06aCopy full SHA for 3eac06a
Dockerfile
@@ -14,7 +14,6 @@ RUN apt-get install -y --no-install-recommends \
14
php-mbstring \
15
php-curl \
16
php-xml \
17
- mariadb-server \
18
cron \
19
&& apt-get clean && rm -rf /var/lib/apt/lists/*
20
docker/docker-compose.yml
@@ -2,8 +2,9 @@ version: "3.7"
2
services:
3
web:
4
image: deming
5
- mysql:
6
- condition: service_healthy
+ depends_on:
+ mysql:
7
+ condition: service_healthy
8
build:
9
context: .
10
dockerfile: Dockerfile_web
0 commit comments