Skip to content
This repository was archived by the owner on Nov 4, 2021. It is now read-only.

Commit be363a6

Browse files
committed
Env fixes
1 parent 006d4bd commit be363a6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docker/docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ services:
3333
version: 7.2
3434
dockerfile: Dockerfile
3535
depends_on:
36+
- driver
3637
- laravel
3738
- mysql
3839
- elastic
@@ -51,7 +52,7 @@ services:
5152
volumes:
5253
- ./mysql/data:/var/lib/mysql
5354
environment:
54-
MYSQL_ROOT_PASSWORD: 2}3Av>3pWLPuP2
55+
MYSQL_ROOT_PASSWORD: laravel
5556
MYSQL_DATABASE: laravel
5657
networks:
5758
- default-net

docker/laravel/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ DB_HOST=mysql
1010
DB_PORT=3306
1111
DB_DATABASE=laravel
1212
DB_USERNAME=root
13-
DB_PASSWORD=2}3Av>3pWLPuP2
13+
DB_PASSWORD=laravel
1414

1515
BROADCAST_DRIVER=log
1616
CACHE_DRIVER=file

0 commit comments

Comments
 (0)