mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 18:24:03 +00:00
trigger ci
This commit is contained in:
parent
8a8673cc27
commit
e5eff56b9e
1 changed files with 2 additions and 2 deletions
|
|
@ -21,8 +21,8 @@ You have to grant the privileges every time you re-run a container. To automate
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
mysql:
|
mysql:
|
||||||
...
|
# ...
|
||||||
volumes:
|
volumes:
|
||||||
...
|
# ...
|
||||||
- 'PATH_TO_THE_SQL_FILE:/docker-entrypoint-initdb.d/SQL_FILE_NAME.sql'
|
- 'PATH_TO_THE_SQL_FILE:/docker-entrypoint-initdb.d/SQL_FILE_NAME.sql'
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue