Update docker configuration for simpler deployment

This commit is contained in:
zv0n 2025-05-10 23:13:27 +02:00 committed by Benjamin Nussbaum
parent 81f721099c
commit d9ba831c20
2 changed files with 3 additions and 2 deletions

View file

@ -22,6 +22,7 @@ LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug
DB_CONNECTION=sqlite
DB_DATABASE=storage/database.sqlite
# DB_HOST=127.0.0.1
# DB_PORT=3306
# DB_DATABASE=laravel