This commit is contained in:
Lunny Xiao 2021-06-11 23:51:00 +08:00
parent bf4dbb34c3
commit 9331c21a78
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 0 additions and 5 deletions

View File

@ -115,7 +115,6 @@ volumes:
services:
- name: mysql8
pull: never
image: mysql:8.0
environment:
MYSQL_ALLOW_EMPTY_PASSWORD: yes
@ -155,7 +154,6 @@ volumes:
services:
- name: mariadb
pull: never
image: mariadb:10.4
environment:
MYSQL_ALLOW_EMPTY_PASSWORD: yes
@ -210,7 +208,6 @@ volumes:
services:
- name: pgsql
pull: never
image: postgres:9.5
environment:
POSTGRES_DB: xorm_test
@ -291,7 +288,6 @@ volumes:
services:
- name: tidb
pull: never
image: pingcap/tidb:v3.0.3
---
@ -327,7 +323,6 @@ volumes:
services:
- name: cockroach
pull: never
image: cockroachdb/cockroach:v19.2.4
commands:
- /cockroach/cockroach start --insecure