Skip to content

Commit

Permalink
Update stubs/mariadb10.stub
Browse files Browse the repository at this point in the history
Co-authored-by: Julius Kiekbusch <[email protected]>
  • Loading branch information
taylorotwell and Jubeki authored Jun 18, 2024
1 parent f4030c1 commit e698c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/mariadb10.stub
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ mariadb:
MYSQL_PASSWORD: '${DB_PASSWORD}'
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
volumes:
- 'sail-mariadb10:/var/lib/mysql'
- 'sail-mariadb:/var/lib/mysql'
- './vendor/laravel/sail/database/mariadb/create-testing-database.sh:/docker-entrypoint-initdb.d/10-create-testing-database.sh'
networks:
- sail
Expand Down

0 comments on commit e698c8d

Please sign in to comment.