This commit is contained in:
Jan Prochazka
2021-05-27 12:05:46 +02:00
parent 55ad3a05e4
commit cb2f6e6a78

View File

@@ -36,7 +36,8 @@ jobs:
mysql: mysql:
image: mysql image: mysql
command: --default-authentication-plugin=mysql_native_password options: >-
--default-authentication-plugin=mysql_native_password
ports: ports:
- 15001:3306 - 15001:3306
env: env:
@@ -55,5 +56,5 @@ jobs:
image: cockroachdb/cockroach image: cockroachdb/cockroach
ports: ports:
- 15003:26257 - 15003:26257
command: start-single-node --insecure options: >-
start-single-node --insecure