mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
Added docker mysql config
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
services:
|
||||
- mysql:latest
|
||||
|
||||
variables:
|
||||
MYSQL_ALLOW_EMPTY_PASSWORD: "yes"
|
||||
|
||||
before_script:
|
||||
- git checkout -b master
|
||||
- apt-get -yqq update
|
||||
|
||||
Reference in New Issue
Block a user