add delete database script

This commit is contained in:
Travis Tran
2023-12-21 16:44:12 +07:00
parent ad99711392
commit 51e96582c9
2 changed files with 38 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ services:
image: mariadb:10.5.9
logging:
driver: none
command: [--max-allowed-packet=512M]
command: ["--max-allowed-packet=512M"]
volumes:
- "./data/db:/var/lib/mysql:delegated"
environment: