User set to lrvl_dckr
This commit is contained in:
parent
76299e07f7
commit
ca8b475f8c
|
@ -30,7 +30,7 @@ services:
|
|||
environment:
|
||||
MYSQL_ROOT_PASSWORD: laravel
|
||||
MYSQL_DATABASE: laravel-docker
|
||||
MYSQL_USER: root
|
||||
MYSQL_USER: lrvl_dckr
|
||||
MYSQL_PASSWORD: laravel
|
||||
volumes:
|
||||
- mysql-data:/var/lib/mysql
|
||||
|
|
|
@ -11,7 +11,7 @@ server {
|
|||
|
||||
location ~ \.php$ {
|
||||
include fastcgi_params;
|
||||
fastcgi_pass app:9000; # Matches your Laravel app container
|
||||
fastcgi_pass app:9000; # laravel app container
|
||||
fastcgi_index index.php;
|
||||
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Exit script on any error
|
||||
set -e
|
||||
|
||||
# Ensure we are in the right directory
|
||||
# To Ensure were in the right directory
|
||||
cd /var/www/html
|
||||
|
||||
# Install dependencies
|
||||
|
|
Loading…
Reference in New Issue