fix: replace mysql-server with mariadb-server for Debian 12/13 compatibility
- Use mariadb-server instead of mysql-server (works on both Ubuntu and Debian) - Update mysql_service to mariadb for proper service management - Update docker/Dockerfile and start-services.sh for MariaDB
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# Package names for Ubuntu/Debian systems
|
||||
packages:
|
||||
- nginx
|
||||
- mysql-server
|
||||
- mariadb-server
|
||||
- php8.4-fpm
|
||||
- php8.4-mysql
|
||||
- php8.4-curl
|
||||
@@ -19,7 +19,7 @@ packages:
|
||||
- fail2ban
|
||||
|
||||
# Service names
|
||||
mysql_service: mysql
|
||||
mysql_service: mariadb
|
||||
nginx_service: nginx
|
||||
php_fpm_service: php8.4-fpm
|
||||
|
||||
|
||||
Reference in New Issue
Block a user