ci: Don't expose mariadb port
This commit is contained in:
parent
d68e6ea5fe
commit
ba1ca4d1d4
@ -13,8 +13,6 @@ jobs:
|
|||||||
image: mariadb:latest
|
image: mariadb:latest
|
||||||
env:
|
env:
|
||||||
MARIADB_ROOT_PASSWORD: whatever
|
MARIADB_ROOT_PASSWORD: whatever
|
||||||
ports:
|
|
||||||
- 3306:3306
|
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "healthcheck.sh", "--su-mysql", "--connect", "--innodb_initialized"]
|
test: ["CMD", "healthcheck.sh", "--su-mysql", "--connect", "--innodb_initialized"]
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user