fix: session driver is file (for root request)
This commit is contained in:
parent
9aaa255702
commit
b458a8da23
@ -29,6 +29,7 @@ services:
|
|||||||
- OTEL_EXPORTER_OTLP_ENDPOINT=http://otelcol:4317
|
- OTEL_EXPORTER_OTLP_ENDPOINT=http://otelcol:4317
|
||||||
- DB_CONNECTION=mysql
|
- DB_CONNECTION=mysql
|
||||||
- DB_URL=mysql://laravel:laravel@mariadb:3306/workingdays
|
- DB_URL=mysql://laravel:laravel@mariadb:3306/workingdays
|
||||||
|
- SESSION_DRIVER=file
|
||||||
links:
|
links:
|
||||||
- otelcol
|
- otelcol
|
||||||
- mariadb
|
- mariadb
|
||||||
|
Loading…
Reference in New Issue
Block a user