Use Docker Compose with MariaDB service

This commit is contained in:
2026-06-11 13:12:59 +07:00
parent 8907bf8a4e
commit 72e36bf030
4 changed files with 45 additions and 65 deletions
+3
View File
@@ -0,0 +1,3 @@
CREATE USER IF NOT EXISTS 'webgis'@'%' IDENTIFIED BY 'webgis';
GRANT ALL PRIVILEGES ON *.* TO 'webgis'@'%';
FLUSH PRIVILEGES;