Merge Bug Report and Update System into main #1

Merged
lyzcoote merged 14 commits from bug-report into main 2026-02-17 11:23:10 +01:00
Showing only changes of commit 0aaa026429 - Show all commits

View File

@@ -1,6 +1,6 @@
services:
mysql:
image: mysql:8.0
image: mysql:lts
environment:
MYSQL_ROOT_PASSWORD: ${MYSQL_ROOT_PASSWORD}
MYSQL_DATABASE: ${MYSQL_DATABASE:-emly_bugreports}