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