From 66dfde2a06aa2ae9d30099604bb8ef75998d6907 Mon Sep 17 00:00:00 2001 From: sky121113 Date: Thu, 16 Apr 2026 16:12:15 +0800 Subject: [PATCH] fix: remove non-existent testing db script mount causing mysql crash in ci/cd --- compose.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 82e774f..180f43d 100644 --- a/compose.yaml +++ b/compose.yaml @@ -63,7 +63,6 @@ services: TZ: 'Asia/Taipei' volumes: - 'sail-mysql:/var/lib/mysql' - - './vendor/laravel/sail/database/mysql/create-testing-database.sh:/docker-entrypoint-initdb.d/10-create-testing-database.sh' networks: - sail healthcheck: