use a normal mysql port w/ burnettk
This commit is contained in:
parent
bbb779ffec
commit
6944822552
|
@ -83,12 +83,12 @@ jobs:
|
||||||
image: mysql:8.0
|
image: mysql:8.0
|
||||||
env:
|
env:
|
||||||
MYSQL_DATABASE: spiff_workflow_webapp_testing
|
MYSQL_DATABASE: spiff_workflow_webapp_testing
|
||||||
MYSQL_ALLOW_EMPTY_PASSWORD: yes
|
# MYSQL_ALLOW_EMPTY_PASSWORD: yes
|
||||||
MYSQL_USER: root
|
# MYSQL_USER: root
|
||||||
MYSQL_PASSWORD:
|
MYSQL_PASSWORD: password
|
||||||
MYSQL_ROOT_PASSWORD:
|
# MYSQL_ROOT_PASSWORD:
|
||||||
ports:
|
ports:
|
||||||
- 33306:3306
|
- 3306:3306
|
||||||
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
|
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in New Issue