Skip to content

Commit

Permalink
Env fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
babenkoivan committed Sep 7, 2018
1 parent 006d4bd commit be363a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ services:
version: 7.2
dockerfile: Dockerfile
depends_on:
- driver
- laravel
- mysql
- elastic
Expand All @@ -51,7 +52,7 @@ services:
volumes:
- ./mysql/data:/var/lib/mysql
environment:
MYSQL_ROOT_PASSWORD: 2}3Av>3pWLPuP2
MYSQL_ROOT_PASSWORD: laravel
MYSQL_DATABASE: laravel
networks:
- default-net
Expand Down
2 changes: 1 addition & 1 deletion docker/laravel/.env
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ DB_HOST=mysql
DB_PORT=3306
DB_DATABASE=laravel
DB_USERNAME=root
DB_PASSWORD=2}3Av>3pWLPuP2
DB_PASSWORD=laravel

BROADCAST_DRIVER=log
CACHE_DRIVER=file
Expand Down

0 comments on commit be363a6

Please sign in to comment.