mirror of
https://github.com/10h30/ols-docker-env.git
synced 2026-05-12 15:21:24 +09:00
add delete database script
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user