From e5eff56b9e776baaaa27ff5f47f944a4eee15f98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Wed, 1 Mar 2023 12:02:14 +0100 Subject: [PATCH] trigger ci --- source/docs/v3/integrations/sail.blade.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/docs/v3/integrations/sail.blade.md b/source/docs/v3/integrations/sail.blade.md index e5f351e..e779e5e 100644 --- a/source/docs/v3/integrations/sail.blade.md +++ b/source/docs/v3/integrations/sail.blade.md @@ -21,8 +21,8 @@ You have to grant the privileges every time you re-run a container. To automate ```yml mysql: - ... + # ... volumes: - ... + # ... - 'PATH_TO_THE_SQL_FILE:/docker-entrypoint-initdb.d/SQL_FILE_NAME.sql' ```