Reconfigure for test database
This commit is contained in:
Executable
+12
@@ -0,0 +1,12 @@
|
||||
services:
|
||||
|
||||
mistox-database:
|
||||
container_name: mistox_database
|
||||
image: mistox-sql:latest
|
||||
restart: always
|
||||
volumes:
|
||||
- ./data:/var/lib/mysql
|
||||
ports:
|
||||
- 3306:3306
|
||||
environment:
|
||||
MYSQL_ROOT_PASSWORD: ${MySQL_Pass}
|
||||
Reference in New Issue
Block a user