Skip to content

Commit edb53da

Browse files
committed
Fix docs
1 parent e9c1d37 commit edb53da

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

DOCKER-SAIL.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,14 @@ By default the command above will set in the `.env`:
4040
DB_CONNECTION=mysql
4141
```
4242

43-
For the sake of simplicity, we will use SQLite. So, we need to change the `DB_CONNECTION` to `sqlite`.
43+
For the sake of simplicity, we will use SQLite. So, we need:
44+
45+
1. To change the `DB_CONNECTION` to `sqlite`.
46+
2. Uncomment the `DB_DATABASE` path.
4447

4548
```bash
4649
DB_CONNECTION=sqlite
50+
DB_DATABASE=/var/www/html/database/database.sqlite
4751
```
4852

4953
# Start sail

0 commit comments

Comments
 (0)