From 3ea579409ffd514cd11786669d72c72aed3e5d94 Mon Sep 17 00:00:00 2001 From: Chenc Date: Thu, 23 Nov 2023 07:43:11 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'docker-compose.yaml.examp?= =?UTF-8?q?le'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yaml.example | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose.yaml.example b/docker-compose.yaml.example index 323ddbc..bfb8b60 100644 --- a/docker-compose.yaml.example +++ b/docker-compose.yaml.example @@ -100,7 +100,7 @@ services: interval: 1s timeout: 3s retries: 30 - start-period: 30s + start_period: 30s networks: aix-docker-cc: ipv4_address: ${NET_SUBNET:-10.12.25}.3 @@ -127,7 +127,7 @@ services: interval: 1s timeout: 3s retries: 30 - start-period: 30s + start_period: 30s depends_on: - elasticsearch - redis @@ -154,7 +154,7 @@ services: interval: 1s timeout: 3s retries: 30 - start-period: 30s + start_period: 30s depends_on: - elasticsearch - redis @@ -181,7 +181,7 @@ services: interval: 1s timeout: 3s retries: 30 - start-period: 30s + start_period: 30s depends_on: redis: condition: service_healthy