Skip to content

Commit beffdcd

Browse files
committed
fix(docker): remove healthcheck configuration from docker-compose.yml.
1 parent 77b709a commit beffdcd

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docker-compose.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ services:
1313
# Yii2 Configuration
1414
YII_DEBUG: "${YII_DEBUG:-true}"
1515
YII_ENV: "${YII_ENV:-dev}"
16-
healthcheck:
17-
test: ["CMD", "curl", "-f", "http://localhost/health"]
18-
interval: 30s
19-
timeout: 3s
20-
retries: 3
21-
start_period: 40s
2216
ports:
2317
- '8080:80'
2418
- '8443:443'

0 commit comments

Comments
 (0)