mirror of https://github.com/samply/bridgehead.git
chore: pin mysql
This commit is contained in:
parent
5807a3c260
commit
4e8eb6218a
|
@ -2,7 +2,7 @@ version: "3.7"
|
|||
|
||||
services:
|
||||
dnpm-mysql:
|
||||
image: mysql:latest
|
||||
image: mysql:9
|
||||
healthcheck:
|
||||
test: [ "CMD", "mysqladmin" ,"ping", "-h", "localhost" ]
|
||||
interval: 3s
|
||||
|
|
|
@ -2,7 +2,7 @@ version: "3.7"
|
|||
|
||||
services:
|
||||
dnpm-mysql:
|
||||
image: mysql:latest
|
||||
image: mysql:9
|
||||
healthcheck:
|
||||
test: [ "CMD", "mysqladmin" ,"ping", "-h", "localhost" ]
|
||||
interval: 3s
|
||||
|
|
Loading…
Reference in New Issue