Expand .gitignore for Laravel, update README with one-command setup, simplify env configs
This commit is contained in:
@@ -12,7 +12,6 @@ services:
|
||||
volumes:
|
||||
- ./src:/var/www/html
|
||||
- ./docker/php/local.ini:/usr/local/etc/php/conf.d/local.ini
|
||||
- sqlite_data:/var/www/html/database
|
||||
networks:
|
||||
- laravel_network
|
||||
depends_on:
|
||||
@@ -170,4 +169,3 @@ volumes:
|
||||
mysql_data:
|
||||
pgsql_data:
|
||||
redis_data:
|
||||
sqlite_data:
|
||||
|
||||
Reference in New Issue
Block a user