trigger ci

This commit is contained in:
Samuel Štancl 2023-03-01 12:02:14 +01:00 committed by GitHub
parent 8a8673cc27
commit e5eff56b9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'
``` ```